MCPcopy Index your code
hub / github.com/angular/angular / isIncrementalHydrationEnabled

Function isIncrementalHydrationEnabled

packages/core/src/hydration/utils.ts:408–412  ·  view source on GitHub ↗
(injector: Injector)

Source from the content-addressed store, hash-verified

406}
407
408export function isIncrementalHydrationEnabled(injector: Injector): boolean {
409 return injector.get(IS_INCREMENTAL_HYDRATION_ENABLED, false, {
410 optional: true,
411 });
412}
413
414let incrementalHydrationEnabledWarned = false;
415export function resetIncrementalHydrationEnabledWarnedForTests() {

Callers 5

withEventReplayFunction · 0.90
annotateForHydrationFunction · 0.90
printHydrationStatsFunction · 0.90
ɵɵdeferFunction · 0.90

Calls 1

getMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…