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

Function isHidden

src/commands/remote-env/index.ts:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 isEnabled: () =>
10 isClaudeAISubscriber() && isPolicyAllowed('allow_remote_sessions'),
11 get isHidden() {
12 return !isClaudeAISubscriber() || !isPolicyAllowed('allow_remote_sessions')
13 },
14 load: () => import('./remote-env.js'),
15} satisfies Command
16

Callers

nothing calls this directly

Calls 2

isPolicyAllowedFunction · 0.85
isClaudeAISubscriberFunction · 0.50

Tested by

no test coverage detected