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

Function isHidden

src/commands/sandbox-toggle/index.ts:39–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 },
38 argumentHint: 'exclude "command pattern"',
39 get isHidden() {
40 return (
41 !SandboxManager.isSupportedPlatform() ||
42 !SandboxManager.isPlatformInEnabledList()
43 )
44 },
45 immediate: true,
46 type: 'local-jsx',
47 load: () => import('./sandbox-toggle.js'),

Callers

nothing calls this directly

Calls 2

isSupportedPlatformMethod · 0.80

Tested by

no test coverage detected