MCPcopy Index your code
hub / github.com/nodejs/node / utimes

Method utimes

lib/internal/vfs/file_system.js:1240–1243  ·  view source on GitHub ↗
(filePath, atime, mtime)

Source from the content-addressed store, hash-verified

1238 },
1239
1240 async utimes(filePath, atime, mtime) {
1241 const providerPath = toProviderPath(filePath);
1242 provider.utimesSync(providerPath, atime, mtime);
1243 },
1244
1245 async lutimes(filePath, atime, mtime) {
1246 const providerPath = toProviderPath(filePath);

Callers 1

createVfsHandlersFunction · 0.45

Calls 1

utimesSyncMethod · 0.45

Tested by

no test coverage detected