MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / closeEntry

Function closeEntry

src/artifacts/live-registry.ts:58–61  ·  view source on GitHub ↗
(e: Entry)

Source from the content-addressed store, hash-verified

56}
57
58async function closeEntry(e: Entry): Promise<void> {
59 try { e.tunnel?.close(); } catch { /* tunnel already gone */ }
60 await e.handle.close().catch(() => {});
61}
62
63/**
64 * Start (or reuse) a live server for an artifact. Reuse keeps the user's open browser tab

Callers 2

startLiveFunction · 0.85
stopLiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected