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

Function isHidden

src/commands/remote-setup/index.ts:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 getFeatureValue_CACHED_MAY_BE_STALE('tengu_cobalt_lantern', false) &&
13 isPolicyAllowed('allow_remote_sessions'),
14 get isHidden() {
15 return !isPolicyAllowed('allow_remote_sessions')
16 },
17 load: () => import('./remote-setup.js'),
18} satisfies Command
19

Callers

nothing calls this directly

Calls 1

isPolicyAllowedFunction · 0.85

Tested by

no test coverage detected