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

Function rustRpcParamsDescription

scripts/codegen/rust.ts:586–591  ·  view source on GitHub ↗
(
	method: RpcMethod,
	resolvedParams: JSONSchema7 | undefined,
)

Source from the content-addressed store, hash-verified

584}
585
586function rustRpcParamsDescription(
587 method: RpcMethod,
588 resolvedParams: JSONSchema7 | undefined,
589): string | undefined {
590 return method.params?.description ?? resolvedParams?.description;
591}
592
593function rustRpcMethodDocs(
594 method: RpcMethod,

Callers 1

buildDocsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…