MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / at

Function at

scripts/agent-eval/probe-decl-only.mjs:67–67  ·  view source on GitHub ↗
(flag)

Source from the content-addressed store, hash-verified

65const argv = process.argv.slice(2);
66const asJson = argv.includes('--json');
67const at = (flag) => { const i = argv.indexOf(flag); return i >= 0 ? argv[i + 1] : undefined; };
68const VARIANT = at('--variant') ?? 'both';
69const ONE_QUERY = at('--query');
70const ONE_ID = at('--only');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected