mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
12 lines
244 B
JavaScript
12 lines
244 B
JavaScript
"use server";
|
|
|
|
export async function getData(
|
|
x, // $ threatModelSource=remote
|
|
y) { // $ threatModelSource=remote
|
|
}
|
|
|
|
async function getData2(
|
|
x, // should not be remote flow sources (because the function is not exported)
|
|
y) {
|
|
}
|