MCPcopy Create free account
hub / github.com/nodejs/node / utimes

Method utimes

lib/internal/fs/promises.js:259–261  ·  view source on GitHub ↗
(atime, mtime)

Source from the content-addressed store, hash-verified

257 }
258
259 utimes(atime, mtime) {
260 return fsCall(futimes, this, atime, mtime);
261 }
262
263 write(buffer, offset, length, position) {
264 return fsCall(write, this, buffer, offset, length, position);

Callers 15

utimesFunction · 0.45
utimesSyncFunction · 0.45
utimesFunction · 0.45
runTestFunction · 0.45
utimeFunction · 0.45
doTestFunction · 0.45

Calls 1

fsCallFunction · 0.85

Tested by

no test coverage detected