Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ setHasUnknownModelCost
Function
setHasUnknownModelCost
src/bootstrap/state.ts:739–741 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
737
}
738
739
export
function
setHasUnknownModelCost(): void {
740
STATE.hasUnknownModelCost = true
741
}
742
743
export
function
hasUnknownModelCost(): boolean {
744
return
STATE.hasUnknownModelCost
Callers
1
trackUnknownModelCost
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected