MCPcopy Create free account
hub / github.com/Noumena-Network/code / readConfig

Function readConfig

src/utils/computerUse/gates.ts:28–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26// rest. The generic on getDynamicConfig is a type assertion, not a validator —
27// GB returning a partial object would otherwise surface undefined fields.
28function readConfig(): ChicagoConfig {
29 return {
30 ...DEFAULTS,
31 ...getDynamicConfig_CACHED_MAY_BE_STALE<Partial<ChicagoConfig>>(
32 'ncode_malort_pedway',
33 DEFAULTS,
34 ),
35 }
36}
37
38// Max/Pro only for external rollout. Ant bypass so dogfooding continues
39// regardless of subscription tier — not all ants are max/pro, and per

Callers 3

getChicagoEnabledFunction · 0.85
getChicagoSubGatesFunction · 0.85
getChicagoCoordinateModeFunction · 0.85

Tested by

no test coverage detected