MCPcopy 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
73function getExpectedMtime(mtime) {
74 // Negative numeric timestamps are normalized to "now" at call time.
75 return fs._toUnixTimestamp(mtime);
76}
77
78const stats = fs.statSync(tmpdir.path);
79

Callers 2

runTestsFunction · 0.85
syncTestsFunction · 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…