mirror of
https://github.com/github/codeql.git
synced 2026-01-19 01:14:42 +01:00
5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
function f(x) {
|
|
var result = send(x);
|
|
waitForResponse();
|
|
return getResponse();
|
|
} |