Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ setModel
Method
setModel
src/QueryEngine.ts:1244–1246 ·
view source on GitHub ↗
(model: string)
Source
from the content-addressed store, hash-verified
1242
}
1243
1244
setModel(model: string): void {
1245
this.config.userSpecifiedModel = model
1246
}
1247
}
1248
1249
/**
Callers
3
createSession
Function · 0.95
setSessionConfigOption
Function · 0.80
unstable_setSessionModel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected