MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / removeMeta

Function removeMeta

apps/cli/src/daemon/service.ts:44–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44function removeMeta(): void {
45 try {
46 fs.unlinkSync(META_FILE)
47 } catch {
48 // already removed, ignore
49 }
50}
51
52// ── Public types ──────────────────────────────────────────────────────
53

Callers 2

uninstallMacosFunction · 0.85
uninstallLinuxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected