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

Function getLive

src/artifacts/live-registry.ts:107–109  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

105}
106
107export function getLive(id: string): LiveServerHandle | undefined {
108 return servers.get(id)?.handle;
109}
110
111// Best-effort cleanup so live servers + tunnels don't linger after QodeX exits. 'exit' must
112// be synchronous — fire close() without awaiting; the event loop is already winding down.

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected