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

Function getTimeBasedMCConfig

src/services/compact/timeBasedMCConfig.ts:36–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36export function getTimeBasedMCConfig(): TimeBasedMCConfig {
37 // Hoist the GB read so exposure fires on every eval path, not just when
38 // the caller's other conditions (querySource, messages.length) pass.
39 return getFeatureValue_CACHED_MAY_BE_STALE<TimeBasedMCConfig>(
40 'tengu_slate_heron',
41 TIME_BASED_MC_CONFIG_DEFAULTS,
42 )
43}
44

Callers 1

evaluateTimeBasedTriggerFunction · 0.85

Tested by

no test coverage detected