MCPcopy Index your code
hub / github.com/angular/angular / time

Method time

packages/service-worker/worker/src/adapter.ts:68–70  ·  view source on GitHub ↗

* Read the current UNIX time in milliseconds.

()

Source from the content-addressed store, hash-verified

66 * Read the current UNIX time in milliseconds.
67 */
68 get time(): number {
69 return Date.now();
70 }
71
72 /**
73 * Get a normalized representation of a URL such as those found in the ServiceWorker's `ngsw.json`

Callers 5

console.spec.tsFile · 0.45
execTimedFunction · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected