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

Function errorMessage

src/server/main.ts:180–185  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

178 disconnect(): void {
179 if (!this.markClosed()) {
180 return;
181 }
182 this.emit("close");
183 }
184
185 private emit(event: string, ...args: unknown[]): void {
186 for (const listener of this.listeners.get(event) ?? []) {
187 listener(...args);
188 }

Callers 1

startIpcBridgeServerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected