MCPcopy Create free account
hub / github.com/callstack/agent-device / removeInfo

Function removeInfo

src/daemon/server/server-lifecycle.ts:56–58  ·  view source on GitHub ↗
(infoPath: string)

Source from the content-addressed store, hash-verified

54}
55
56export function removeInfo(infoPath: string): void {
57 if (fs.existsSync(infoPath)) fs.unlinkSync(infoPath);
58}
59
60function readLockInfo(lockPath: string): DaemonLockInfo | null {
61 if (!fs.existsSync(lockPath)) return null;

Callers 3

startDaemonRuntimeFunction · 0.90
shutdownFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…