MCPcopy 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
32export function initData(count: number) {
33 data = Array.from({length: count}, () => ({id: randomUUID(), name: randomUUID()}));
34}

Callers 1

benchmarkRunFunction · 0.90

Calls 1

randomUUIDFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…