MCPcopy 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
743export function hasUnknownModelCost(): boolean {
744 return STATE.hasUnknownModelCost
745}
746
747export function getLastMainRequestId(): string | undefined {
748 return STATE.lastMainRequestId

Callers 1

formatTotalCostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected