MCPcopy Index your code
hub / github.com/github/copilot-sdk / getApiSchemaPath

Function getApiSchemaPath

scripts/codegen/utils.ts:98–101  ·  view source on GitHub ↗
(cliArg?: string)

Source from the content-addressed store, hash-verified

96}
97
98export async function getApiSchemaPath(cliArg?: string): Promise<string> {
99 if (cliArg) return cliArg;
100 return resolveCopilotSchemaPath(SDK_NODE_MODULES, "api.schema.json");
101}
102
103// ── Brand casing normalization ──────────────────────────────────────────────
104

Callers 6

generateFunction · 0.70
generateRpcFunction · 0.70
generateRpcFunction · 0.70
generateRpcFunction · 0.70
generateFunction · 0.70
generateRpcFunction · 0.70

Calls 1

resolveCopilotSchemaPathFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…