MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getExcludedCommands

Function getExcludedCommands

src/utils/sandbox/sandbox-adapter.ts:696–699  ·  view source on GitHub ↗

* Get excluded commands (commands that should not be sandboxed)

()

Source from the content-addressed store, hash-verified

694 * Get excluded commands (commands that should not be sandboxed)
695 */
696function getExcludedCommands(): string[] {
697 const settings = getSettings_DEPRECATED()
698 return settings?.sandbox?.excludedCommands ?? []
699}
700
701/**
702 * Wrap command with sandbox, optionally specifying the shell to use

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected