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

Function immediate

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

Source from the content-addressed store, hash-verified

18 },
19 argumentHint: '[on|off]',
20 get immediate() {
21 return shouldInferenceConfigCommandBeImmediate()
22 },
23 load: () => import('./fast.js'),
24} satisfies Command
25

Callers

nothing calls this directly

Tested by

no test coverage detected