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

Function isRpcMethod

scripts/codegen/utils.ts:512–514  ·  view source on GitHub ↗
(node: unknown)

Source from the content-addressed store, hash-verified

510}
511
512export function isRpcMethod(node: unknown): node is RpcMethod {
513 return typeof node === "object" && node !== null && "rpcMethod" in node;
514}
515
516/**
517 * Apply `normalizeNullableRequiredRefs` to every JSON Schema reachable from the API schema

Callers 15

collectRpcMethodsFunction · 0.70
collectRpcMethodsFunction · 0.70
hasInternalMethodsFunction · 0.70
emitGroupFunction · 0.70
collectRpcMethodsFunction · 0.70
emitServerRpcClassesFunction · 0.70
emitServerApiClassFunction · 0.70
emitSessionRpcClassesFunction · 0.70
emitSessionApiClassFunction · 0.70
walkApiNodeFunction · 0.70
isNodeFullyExperimentalFunction · 0.70
isNodeFullyDeprecatedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…