MCPcopy
hub / github.com/tsrpc/tsrpc / ServiceMap

Interface ServiceMap

src/models/ServiceMapUtil.ts:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25export interface ServiceMap {
26 id2Service: { [serviceId: number]: ServiceDef },
27 apiName2Service: { [apiName: string]: ApiServiceDef | undefined },
28 msgName2Service: { [msgName: string]: MsgServiceDef | undefined }
29}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected