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

Function isHidden

src/commands/session/index.ts:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 description: 'Show remote session URL and QR code',
9 isEnabled: () => getIsRemoteMode(),
10 get isHidden() {
11 return !getIsRemoteMode()
12 },
13 load: () => import('./session.js'),
14} satisfies Command
15

Callers

nothing calls this directly

Calls 1

getIsRemoteModeFunction · 0.85

Tested by

no test coverage detected