MCPcopy Create free account
hub / github.com/angular/dev-infra / getCachedConfig

Function getCachedConfig

ng-dev/utils/config-cache.ts:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25/** Gets the cached configuration, or `null` if not set. */
26export function getCachedConfig(): {} | null {
27 return cachedConfig;
28}

Callers 1

getConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected