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