MCPcopy Create free account
hub / github.com/codeaashu/claude-code / lazyDiffableContent

Function lazyDiffableContent

src/services/api/promptCacheBreakDetection.ts:288–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286 computePerToolHashes(strippedTools, toolNames)
287 const systemCharCount = getSystemCharCount(system)
288 const lazyDiffableContent = () =>
289 buildDiffableContent(system, toolSchemas, model)
290 const isFastMode = fastMode ?? false
291 const sortedBetas = [...betas].sort()
292 const effortStr = effortValue === undefined ? '' : String(effortValue)

Callers

nothing calls this directly

Calls 1

buildDiffableContentFunction · 0.85

Tested by

no test coverage detected