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

Function clientHandlerMethodName

scripts/codegen/go.ts:4253–4255  ·  view source on GitHub ↗
(rpcMethod: string)

Source from the content-addressed store, hash-verified

4251}
4252
4253function clientHandlerMethodName(rpcMethod: string): string {
4254 return toPascalCase(rpcMethod.split(".").at(-1)!);
4255}
4256
4257function emitClientSessionApiRegistration(lines: string[], clientSchema: Record<string, unknown>, resolveType: (name: string) => string, unionInfos: Map<string, GoDiscriminatedUnionInfo>): void {
4258 const groups = collectClientGroups(clientSchema);

Calls 1

toPascalCaseFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…