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

Function compareRpcMethodsByGoName

scripts/codegen/go.ts:162–164  ·  view source on GitHub ↗
(left: RpcMethod, right: RpcMethod)

Source from the content-addressed store, hash-verified

160}
161
162function compareRpcMethodsByGoName(left: RpcMethod, right: RpcMethod): number {
163 return clientHandlerMethodName(left.rpcMethod).localeCompare(clientHandlerMethodName(right.rpcMethod));
164}
165
166function splitGoIdentifierWords(name: string): string[] {
167 return name

Callers

nothing calls this directly

Calls 1

clientHandlerMethodNameFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…