Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/claude-code-best/claude-code
/ hasUnknownModelCost
Function
hasUnknownModelCost
src/bootstrap/state.ts:743–745 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
741
}
742
743
export
function
hasUnknownModelCost(): boolean {
744
return
STATE.hasUnknownModelCost
745
}
746
747
export
function
getLastMainRequestId(): string | undefined {
748
return
STATE.lastMainRequestId
Callers
1
formatTotalCost
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected