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

Method notify

src/remote/appServer/client.ts:318–321  ·  view source on GitHub ↗
(notification: ClientNotification)

Source from the content-addressed store, hash-verified

316 }
317
318 async notify(notification: ClientNotification): Promise<void> {
319 this.assertOpen()
320 this.sendMessage(notification)
321 }
322
323 async resolveServerRequest(
324 requestId: RequestId,

Callers

nothing calls this directly

Calls 2

assertOpenMethod · 0.95
sendMessageMethod · 0.95

Tested by

no test coverage detected