MCPcopy
hub / github.com/angular/angular / callback

Function callback

packages/core/src/defer/rendering.ts:389–396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

387 hostLView: LView<unknown>,
388): VoidFunction {
389 const callback = () => {
390 const nextState = lDetails[NEXT_DEFER_BLOCK_STATE];
391 lDetails[STATE_IS_FROZEN_UNTIL] = null;
392 lDetails[NEXT_DEFER_BLOCK_STATE] = null;
393 if (nextState !== null) {
394 renderDeferBlockState(nextState, tNode, lContainer);
395 }
396 };
397 return scheduleTimerTrigger(timeout, callback, hostLView[INJECTOR]);
398}
399

Callers 15

applyDeferBlockStateFunction · 0.70
pollDomTriggerFunction · 0.70
callbackMethod · 0.70
scheduleBucketMethod · 0.70
sampler_spec.tsFile · 0.50
waitForMethod · 0.50
decrementMethod · 0.50
runInNativeFileSystemFunction · 0.50
forEachClassFunction · 0.50

Calls 1

renderDeferBlockStateFunction · 0.85

Tested by 2

testContextFunction · 0.40
nestedTimerFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…