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

Function pythonRequestFallbackName

scripts/codegen/python.ts:1312–1314  ·  view source on GitHub ↗
(method: RpcMethod)

Source from the content-addressed store, hash-verified

1310}
1311
1312function pythonRequestFallbackName(method: RpcMethod): string {
1313 return toPascalCase(method.rpcMethod) + "Request";
1314}
1315
1316function schemaSourceForNamedDefinition(
1317 schema: JSONSchema7 | null | undefined,

Callers 1

pythonParamsTypeNameFunction · 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…