MCPcopy
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

createSessionFunction · 0.95
setSessionConfigOptionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected