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

Function getSessionEventsSchemaPath

java/scripts/codegen/java.ts:200–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198}
199
200async function getSessionEventsSchemaPath(): Promise<string> {
201 return resolveCopilotSchemaPath("session-events.schema.json");
202}
203
204async function getApiSchemaPath(): Promise<string> {
205 return resolveCopilotSchemaPath("api.schema.json");

Callers 2

generateRpcTypesFunction · 0.70
mainFunction · 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…