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

Function getMethodResultSchema

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

Source from the content-addressed store, hash-verified

451}
452
453function getMethodResultSchema(method: RpcMethod): JSONSchema7 | undefined {
454 return resolveSchema(method.result, rpcDefinitions) ?? method.result ?? undefined;
455}
456
457function getMethodParamsSchema(method: RpcMethod): JSONSchema7 | undefined {
458 return (

Callers 5

goResultTypeNameFunction · 0.70
generateRpcFunction · 0.70
emitMethodFunction · 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…