Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
function
getTmuxTestEnv(): NodeJS.ProcessEnv {
50
const
env = { ...process.env }
51
delete env.TMUX
52
return
env
53
}
54
55
function
runTmux(
56
socketName: string,
Callers
3
runTmux
Function · 0.85
isTmuxAvailableForTests
Function · 0.85
attachTmuxClient
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected