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

Function appServerEventFromNotification

src/remote/appServer/client.ts:147–151  ·  view source on GitHub ↗
(
  notification: ServerNotification,
)

Source from the content-addressed store, hash-verified

145}
146
147function appServerEventFromNotification(
148 notification: ServerNotification,
149): RemoteAppServerEvent {
150 return { type: 'server_notification', notification }
151}
152
153export function appServerEventRequiresDelivery(
154 event: RemoteAppServerEvent,

Callers 2

onMessageMethod · 0.85
handleRawMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected