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

Function isHidden

src/commands/advisor.ts:102–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 argumentHint: '[<model>|off]',
101 isEnabled: () => canUserConfigureAdvisor(),
102 get isHidden() {
103 return !canUserConfigureAdvisor()
104 },
105 supportsNonInteractive: true,
106 load: () => Promise.resolve({ call }),
107} satisfies Command

Callers

nothing calls this directly

Calls 1

canUserConfigureAdvisorFunction · 0.85

Tested by

no test coverage detected