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

Function isHidden

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

Source from the content-addressed store, hash-verified

15 return 'Share a free week of Claude Code with friends'
16 },
17 get isHidden() {
18 const { eligible, hasCache } = checkCachedPassesEligibility()
19 return !eligible || !hasCache
20 },
21 load: () => import('./passes.js'),
22} satisfies Command
23

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected