Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ emptyModelInfo
Function
emptyModelInfo
packages/opencode/src/cli/cmd/run/runtime.boot.ts:53–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
function
emptyModelInfo(): ModelInfo {
54
return
{
55
providers: [],
56
variants: [],
57
limits: {},
58
}
59
}
60
61
function
emptySessionInfo(): SessionInfo {
62
return
{
Callers
1
resolveModelInfo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected