Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ initData
Function
initData
modules/ssr-benchmarks/test-data.ts:32–34 ·
view source on GitHub ↗
(count: number)
Source
from the content-addressed store, hash-verified
30
}
31
32
export
function
initData(count: number) {
33
data = Array.from({length: count}, () => ({id: randomUUID(), name: randomUUID()}));
34
}
Callers
1
benchmarkRun
Function · 0.90
Calls
1
randomUUID
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…