Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anus-dev/ANUS
/ isSandboxCommand
Function
isSandboxCommand
packages/cli/src/config/sandboxConfig.ts:27–29 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
25
];
26
27
function
isSandboxCommand(value: string): value is SandboxConfig[
'command'
] {
28
return
(VALID_SANDBOX_COMMANDS as readonly string[]).includes(value);
29
}
30
31
function
getSandboxCommand(
32
sandbox?: boolean | string,
Callers
1
getSandboxCommand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected