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

Function rpcMethodConstName

scripts/codegen/rust.ts:1731–1733  ·  view source on GitHub ↗
(method: RpcMethod)

Source from the content-addressed store, hash-verified

1729}
1730
1731function rpcMethodConstName(method: RpcMethod): string {
1732 return method.rpcMethod.replace(/\./g, "_").toUpperCase();
1733}
1734
1735function emitNamespaceStruct(
1736 out: string[],

Callers 1

emitNamespaceMethodFunction · 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…