MCPcopy
hub / github.com/angular/angular / setMarker

Function setMarker

packages/core/test/acceptance/hmr_spec.ts:2412–2414  ·  view source on GitHub ↗
(node: Node)

Source from the content-addressed store, hash-verified

2410 }
2411
2412 function setMarker(node: Node) {
2413 (node as any)[CREATED_INITIALLY_MARKER] = true;
2414 }
2415
2416 function hasMarker(node: Node): boolean {
2417 return !!(node as any)[CREATED_INITIALLY_MARKER];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…