MCPcopy Index your code
hub / github.com/codeaashu/claude-code / setHasUnknownModelCost

Function setHasUnknownModelCost

src/bootstrap/state.ts:745–747  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

743}
744
745export function setHasUnknownModelCost(): void {
746 STATE.hasUnknownModelCost = true
747}
748
749export function hasUnknownModelCost(): boolean {
750 return STATE.hasUnknownModelCost

Callers 1

trackUnknownModelCostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected