MCPcopy Index your code
hub / github.com/nodejs/node / utcDate

Function utcDate

lib/internal/http.js:24–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22let utcCache;
23
24function utcDate() {
25 if (!utcCache) cache();
26 return utcCache;
27}
28
29function cache() {
30 const d = new Date();

Callers 3

_storeHeaderFunction · 0.85

Calls 1

cacheFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…