MCPcopy
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
749export function hasUnknownModelCost(): boolean {
750 return STATE.hasUnknownModelCost
751}
752
753export function getLastMainRequestId(): string | undefined {
754 return STATE.lastMainRequestId

Callers 1

formatTotalCostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected