Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
47
export
const
emptyTable: TableCell[][] = [];
48
49
export
function
buildTable(): TableCell[][] {
50
tableCreateCount++;
51
return
tableCreateCount % 2 ? numberData : charData;
52
}
Callers
2
updateDom
Function · 0.90
prepare
Function · 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…