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

Function getMethodResultSchema

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

Source from the content-addressed store, hash-verified

415}
416
417function getMethodResultSchema(method: RpcMethod): JSONSchema7 | undefined {
418 return resolveSchema(method.result, rpcDefinitions) ?? method.result ?? undefined;
419}
420
421function getMethodParamsSchema(method: RpcMethod): JSONSchema7 | undefined {
422 return (

Callers 5

rpcResultDescriptionFunction · 0.70
resultTypeNameFunction · 0.70
tsNullableResultTypeNameFunction · 0.70
tsResultTypeFunction · 0.70
generateRpcFunction · 0.70

Calls 1

resolveSchemaFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…