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

Function cleanup

src/testing/replTmuxFixtureHarness.ts:83–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 scenarioPath,
82 session,
83 cleanup() {
84 destroyIsolatedTmuxSession(session)
85 rmSync(tmpDir, { recursive: true, force: true })
86 },
87 }
88}
89

Callers

nothing calls this directly

Calls 2

rmSyncFunction · 0.90

Tested by

no test coverage detected