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

Function isHidden

src/commands/context/index.ts:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 supportsNonInteractive: true,
16 description: 'Show current context usage',
17 get isHidden() {
18 return !getIsNonInteractiveSession()
19 },
20 isEnabled() {
21 return getIsNonInteractiveSession()
22 },

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected