MCPcopy
hub / github.com/angular/angular / buildTable

Function buildTable

modules/benchmarks/src/hydration/util.ts:49–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47export const emptyTable: TableCell[][] = [];
48
49export function buildTable(): TableCell[][] {
50 tableCreateCount++;
51 return tableCreateCount % 2 ? numberData : charData;
52}

Callers 2

updateDomFunction · 0.90
prepareFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…