Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ setInitialMainLoopModel
Function
setInitialMainLoopModel
src/bootstrap/state.ts:852–854 ·
view source on GitHub ↗
(model: ModelSetting)
Source
from the content-addressed store, hash-verified
850
}
851
852
export
function
setInitialMainLoopModel(model: ModelSetting): void {
853
STATE.initialMainLoopModel = model
854
}
855
856
export
function
getSdkBetas(): string[] | undefined {
857
return
STATE.sdkBetas
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected