MCPcopy Create free account
hub / github.com/Noumena-Network/code / requestIdKey

Function requestIdKey

src/remote/appServer/client.ts:82–84  ·  view source on GitHub ↗
(id: RequestId)

Source from the content-addressed store, hash-verified

80const INITIALIZE_REQUEST_ID = 'initialize'
81
82function requestIdKey(id: RequestId): string {
83 return `${typeof id}:${String(id)}`
84}
85
86function isObject(value: unknown): value is Record<string, unknown> {
87 return typeof value === 'object' && value !== null

Callers 2

requestMethod · 0.85
handleRawMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected