Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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. */
26
export
function
getCachedConfig(): {} | null {
27
return
cachedConfig;
28
}
Callers
1
getConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected