Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kilo-Org/cloud
/ tmux
Function
tmux
dev/local/tmux.test.ts:42–42 ·
view source on GitHub ↗
(...args: string[])
Source
from the content-addressed store, hash-verified
40
41
assert.match(wrapped, /^
'\/bin\/sh'
-lc /);
42
assert.match(wrapped, /exec/);
43
assert.match(wrapped, /PATH/);
44
execFileSync(
'/bin/sh'
, [
'-n'
,
'-c'
, wrapped]);
45
Callers
1
tmux.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected