MCPcopy Create free account
hub / github.com/0xcaff/codex-web / getIpcMainBridgeState

Function getIpcMainBridgeState

src/server/main.ts:170–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 }
169 const listeners = this.listeners.get("message");
170 if (!listeners || listeners.size === 0) {
171 return;
172 }
173 for (const listener of listeners) {
174 listener({ data });
175 }
176 }
177
178 disconnect(): void {
179 if (!this.markClosed()) {
180 return;
181 }

Callers 1

startIpcBridgeServerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected