MCPcopy Create free account
hub / github.com/angular/angular / _locateOrCreateNode

Function _locateOrCreateNode

packages/core/src/render3/i18n/i18n_apply.ts:143–146  ·  view source on GitHub ↗
(lView, index, textOrName, nodeType)

Source from the content-addressed store, hash-verified

141}
142
143let _locateOrCreateNode: typeof locateOrCreateNodeImpl = (lView, index, textOrName, nodeType) => {
144 lastNodeWasCreated(true);
145 return createNodeWithoutHydration(lView, textOrName, nodeType);
146};
147
148function locateOrCreateNodeImpl(
149 lView: LView,

Callers 2

applyCreateOpCodesFunction · 0.85
applyMutableOpCodesFunction · 0.85

Calls 2

lastNodeWasCreatedFunction · 0.90

Tested by

no test coverage detected