MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / log

Method log

packages/ipc/src/ipc-server.ts:107–109  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

105 }
106
107 private log(...args: unknown[]) {
108 this._log(...args)
109 }
110
111 public broadcast(message: IpcMessage) {
112 // this.log("[server#broadcast] message =", message)

Callers 3

onConnectMethod · 0.95
onDisconnectMethod · 0.95
onMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected