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

Function clientSessionHandlerMethodName

scripts/codegen/python.ts:3581–3584  ·  view source on GitHub ↗
(rpcMethod: string)

Source from the content-addressed store, hash-verified

3579}
3580
3581function clientSessionHandlerMethodName(rpcMethod: string): string {
3582 const parts = rpcMethod.split(".");
3583 return toSnakeCase(parts[parts.length - 1]);
3584}
3585
3586function emitClientSessionApiRegistration(
3587 lines: string[],

Calls 1

toSnakeCaseFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…