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

Function shouldCloseSidebarForMemoryPath

src/browser/shim.ts:261–268  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

259 socket.addEventListener("close", () => {
260 for (const port of messagePorts.values()) {
261 port.close();
262 }
263 messagePorts.clear();
264 scheduleReconnect();
265 });
266 socket.addEventListener("error", () => {
267 scheduleReconnect();
268 });
269}
270
271function enqueueMessage(message: RendererToMainMessage): void {

Callers 1

shim.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected