MCPcopy Create free account
hub / github.com/Noumena-Network/code / cleanup

Function cleanup

src/testing/wrapperTmuxHarness.ts:101–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 return Date.now() - startedAt
100 },
101 cleanup() {
102 destroyIsolatedTmuxSession(session)
103 rmSync(tmpDir, { recursive: true, force: true })
104 },
105 }
106 })
107}

Callers

nothing calls this directly

Calls 2

rmSyncFunction · 0.90

Tested by

no test coverage detected