mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
/**
|
|
* The source location of the snapshot.
|
|
*/
|
|
sourceLocationPrefix(
|
|
string prefix: string ref
|
|
);
|
|
|
|
answer_to_life_the_universe_and_everything(
|
|
int answer: int ref
|
|
);
|