Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ setHasUnknownModelCost
Function
setHasUnknownModelCost
src/bootstrap/state.ts:761–763 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
759
}
760
761
export
function
setHasUnknownModelCost(): void {
762
STATE.hasUnknownModelCost = true
763
}
764
765
export
function
hasUnknownModelCost(): boolean {
766
return
STATE.hasUnknownModelCost
Callers
1
trackUnknownModelCost
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected