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

Function isCcrMirrorEnabled

src/bridge/bridgeEnabled.ts:197–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195 * local opt-in; GrowthBook controls rollout.
196 */
197export function isCcrMirrorEnabled(): boolean {
198 return feature('CCR_MIRROR')
199 ? isEnvTruthy(process.env.CLAUDE_CODE_CCR_MIRROR) ||
200 getFeatureValue_CACHED_MAY_BE_STALE('tengu_ccr_mirror', false)
201 : false
202}
203
204

Callers 1

runFunction · 0.85

Calls 3

featureFunction · 0.85
isEnvTruthyFunction · 0.85

Tested by

no test coverage detected