Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ getExpectedMtime
Function
getExpectedMtime
test/parallel/test-fs-utimes.js:73–76 ·
view source on GitHub ↗
(mtime)
Source
from the content-addressed store, hash-verified
71
}
72
73
function
getExpectedMtime(mtime) {
74
// Negative numeric timestamps are normalized to "now" at call time.
75
return
fs._toUnixTimestamp(mtime);
76
}
77
78
const
stats = fs.statSync(tmpdir.path);
79
Callers
2
runTests
Function · 0.85
syncTests
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…