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

Function createAnchor

packages/core/test/render3/instructions_spec.ts:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44describe('instructions', () => {
45 function createAnchor() {
46 ɵɵelement(0, 'a');
47 }
48
49 function createDiv() {
50 ɵɵelement(0, 'div');

Callers

nothing calls this directly

Calls 1

ɵɵelementFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…