Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
utimes
Function · 0.45
utimesSync
Function · 0.45
utimes
Function · 0.45
test-fs-stat-date.mjs
File · 0.45
runTest
Function · 0.45
test-permission-fs-filehandle-utimes.js
File · 0.45
utime
Function · 0.45
test-vfs-fs-promises.js
File · 0.45
test-vfs-file-handle.js
File · 0.45
test-fs-error-messages.js
File · 0.45
doTest
Function · 0.45
test-vfs-virtual-file-handle.js
File · 0.45
Calls
1
fsCall
Function · 0.85
Tested by
no test coverage detected