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

Function init

modules/benchmarks/src/largetable/baseline/main.ts:26–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24function noop() {}
25
26function init() {
27 const rootEl = document.querySelector('largetable')!;
28 rootEl.textContent = '';
29 table = new TableComponent(rootEl);
30
31 initTableUtils();
32
33 bindAction('#destroyDom', destroyDom);
34 bindAction('#createDom', createDom);
35
36 bindAction('#updateDomProfile', profile(createDom, noop, 'update'));
37 bindAction('#createDomProfile', profile(createDom, destroyDom, 'create'));
38}
39
40init();

Callers 1

main.tsFile · 0.70

Calls 3

initTableUtilsFunction · 0.90
bindActionFunction · 0.90
profileFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…