Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ hasUnknownModelCost
Function
hasUnknownModelCost
src/bootstrap/state.ts:749–751 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
747
}
748
749
export
function
hasUnknownModelCost(): boolean {
750
return
STATE.hasUnknownModelCost
751
}
752
753
export
function
getLastMainRequestId(): string | undefined {
754
return
STATE.lastMainRequestId
Callers
1
formatTotalCost
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected