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

Function goRequestFallbackName

scripts/codegen/go.ts:429–431  ·  view source on GitHub ↗
(method: RpcMethod)

Source from the content-addressed store, hash-verified

427}
428
429function goRequestFallbackName(method: RpcMethod): string {
430 return toPascalCase(method.rpcMethod) + "Request";
431}
432
433function schemaSourceForNamedDefinition(
434 schema: JSONSchema7 | null | undefined,

Callers 1

goParamsTypeNameFunction · 0.85

Calls 1

toPascalCaseFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…