mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Add use cache directives
This commit is contained in:
@@ -34,6 +34,9 @@ function good() {
|
||||
"deps bar";
|
||||
"use server";
|
||||
"use client";
|
||||
"use cache";
|
||||
"use cache: remote";
|
||||
"use cache: private";
|
||||
}
|
||||
|
||||
function data() {
|
||||
|
||||
Reference in New Issue
Block a user