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

Function rpcRequestFallbackName

scripts/codegen/typescript.ts:397–399  ·  view source on GitHub ↗
(method: RpcMethod)

Source from the content-addressed store, hash-verified

395}
396
397function rpcRequestFallbackName(method: RpcMethod): string {
398 return method.rpcMethod.split(".").map(toPascalCase).join("") + "Request";
399}
400
401function schemaSourceForNamedDefinition(
402 schema: JSONSchema7 | null | undefined,

Callers 1

paramsTypeNameFunction · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…