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

Function isExcludedModel

src/services/api/promptCacheBreakDetection.ts:129–131  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

127
128// Models to exclude from cache break detection (e.g., haiku has different caching behavior)
129function isExcludedModel(model: string): boolean {
130 return model.includes('haiku')
131}
132
133/**
134 * Returns the tracking key for a querySource, or null if untracked.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected