MCPcopy Index your code
hub / github.com/getagentseal/codeburn / getDailyCacheConfigHash

Function getDailyCacheConfigHash

src/usage-aggregator.ts:56–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56export function getDailyCacheConfigHash(): string {
57 const savingsHash = getLocalModelSavingsConfigHash()
58 const overridesHash = getPriceOverridesConfigHash()
59 if (!overridesHash) return savingsHash
60 return `localModelSavings=${savingsHash}\u0002priceOverrides=${overridesHash}`
61}
62
63async function hydrateCache(): Promise<DailyCache> {
64 try {

Callers 2

hydrateCacheFunction · 0.85
models.test.tsFile · 0.85

Calls 2

Tested by

no test coverage detected