Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
841
export
function
lastNodeWasCreated(flag: boolean): void {
842
_wasLastNodeCreated = flag;
843
}
Callers
10
_locateOrCreateNode
Function · 0.90
locateOrCreateNodeImpl
Function · 0.90
_locateOrCreateTextNode
Function · 0.90
locateOrCreateTextNodeImpl
Function · 0.90
_locateOrCreateElementNode
Function · 0.90
locateOrCreateElementNodeImpl
Function · 0.90
_locateOrCreateElementContainerNode
Function · 0.90
locateOrCreateElementContainerNode
Function · 0.90
createContainerAnchorImpl
Function · 0.90
locateOrCreateContainerAnchorImpl
Function · 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…