MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isHidden

Function isHidden

src/commands/desktop/index.ts:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 availability: ['claude-ai'],
19 isEnabled: isSupportedPlatform,
20 get isHidden() {
21 return !isSupportedPlatform()
22 },
23 load: () => import('./desktop.js'),
24} satisfies Command
25

Callers

nothing calls this directly

Calls 1

isSupportedPlatformFunction · 0.70

Tested by

no test coverage detected