MCPcopy
hub / github.com/angular/angular / finish

Method finish

packages/service-worker/worker/testing/scope.ts:370–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

368 }
369
370 finish(): Manifest {
371 const assetGroups = Array.from(this.assetGroups.values()).map((group) =>
372 group.toManifestGroup(),
373 );
374 const hashTable = {};
375 return {
376 configVersion: 1,
377 timestamp: 1234567890123,
378 index: '/index.html',
379 assetGroups,
380 navigationUrls: [],
381 navigationRequestStrategy: 'performance',
382 hashTable,
383 };
384 }
385}

Callers

nothing calls this directly

Calls 3

mapMethod · 0.80
valuesMethod · 0.80
toManifestGroupMethod · 0.80

Tested by

no test coverage detected