MCPcopy
hub / github.com/angular/angular / updateDom

Function updateDom

modules/benchmarks/src/hydration/init.ts:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 function updateDom() {
51 data = buildTable();
52 setInput(data);
53 }
54
55 function createDom() {
56 const hostElement = document.getElementById('table')!;

Callers

nothing calls this directly

Calls 2

buildTableFunction · 0.90
setInputFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…