Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ immediate
Function
immediate
src/commands/model/index.ts:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
},
11
argumentHint:
'[model]'
,
12
get immediate() {
13
return
shouldInferenceConfigCommandBeImmediate()
14
},
15
load: () =>
import
(
'./model.js'
),
16
} satisfies Command
17
Callers
nothing calls this directly
Calls
1
shouldInferenceConfigCommandBeImmediate
Function · 0.85
Tested by
no test coverage detected