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

Function wasLastNodeCreated

packages/core/src/render3/state.ts:833–835  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

831 * was created or hydrated.
832 */
833export function wasLastNodeCreated(): boolean {
834 return _wasLastNodeCreated;
835}
836
837/**
838 * Sets a global flag to indicate whether the most recent DOM node

Callers 4

applyCreateOpCodesFunction · 0.90
ɵɵtextFunction · 0.90
elementLikeStartSharedFunction · 0.90
templateCreateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…