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

Function compareGoTypeNames

scripts/codegen/go.ts:158–160  ·  view source on GitHub ↗
(left: string, right: string)

Source from the content-addressed store, hash-verified

156}
157
158function compareGoTypeNames(left: string, right: string): number {
159 return left.localeCompare(right);
160}
161
162function compareRpcMethodsByGoName(left: RpcMethod, right: RpcMethod): number {
163 return clientHandlerMethodName(left.rpcMethod).localeCompare(clientHandlerMethodName(right.rpcMethod));

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…