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

Function lastNodeWasCreated

packages/core/src/render3/state.ts:841–843  ·  view source on GitHub ↗
(flag: boolean)

Source from the content-addressed store, hash-verified

839 * was created or hydrated.
840 */
841export function lastNodeWasCreated(flag: boolean): void {
842 _wasLastNodeCreated = flag;
843}

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…