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

Function getTmuxTestEnv

src/testing/tmuxHarness.ts:49–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49function getTmuxTestEnv(): NodeJS.ProcessEnv {
50 const env = { ...process.env }
51 delete env.TMUX
52 return env
53}
54
55function runTmux(
56 socketName: string,

Callers 3

runTmuxFunction · 0.85
isTmuxAvailableForTestsFunction · 0.85
attachTmuxClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected