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

Function clientHandlerInterfaceName

scripts/codegen/csharp.ts:2174–2176  ·  view source on GitHub ↗
(groupName: string)

Source from the content-addressed store, hash-verified

2172}
2173
2174function clientHandlerInterfaceName(groupName: string): string {
2175 return `I${toPascalCase(groupName)}Handler`;
2176}
2177
2178function clientHandlerMethodName(rpcMethod: string): string {
2179 const parts = rpcMethod.split(".");

Calls 1

toPascalCaseFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…