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

Function isHidden

src/commands/extra-usage/index.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 description: 'Configure extra usage to keep working when limits are hit',
26 isEnabled: () => isExtraUsageAllowed() && getIsNonInteractiveSession(),
27 get isHidden() {
28 return !getIsNonInteractiveSession()
29 },
30 load: () => import('./extra-usage-noninteractive.js'),
31} satisfies Command
32

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected