Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
22
let
utcCache;
23
24
function
utcDate() {
25
if
(!utcCache) cache();
26
return
utcCache;
27
}
28
29
function
cache() {
30
const
d =
new
Date();
Callers
3
_storeHeader
Function · 0.85
prepareResponseHeadersObject
Function · 0.85
prepareResponseHeadersArray
Function · 0.85
Calls
1
cache
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…