MCPcopy 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
27function isSandboxCommand(value: string): value is SandboxConfig['command'] {
28 return (VALID_SANDBOX_COMMANDS as readonly string[]).includes(value);
29}
30
31function getSandboxCommand(
32 sandbox?: boolean | string,

Callers 1

getSandboxCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected