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

Function paramsTypeName

scripts/codegen/csharp.ts:1488–1490  ·  view source on GitHub ↗
(method: RpcMethod)

Source from the content-addressed store, hash-verified

1486}
1487
1488function paramsTypeName(method: RpcMethod): string {
1489 return getCSharpSchemaTypeName(resolveMethodParamsSchema(method), `${typeToClassName(method.rpcMethod)}Request`);
1490}
1491
1492function resolveMethodParamsSchema(method: RpcMethod): JSONSchema7 | undefined {
1493 return (

Callers 4

emitServerInstanceMethodFunction · 0.70
emitSessionMethodFunction · 0.70

Calls 3

getCSharpSchemaTypeNameFunction · 0.85
typeToClassNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…