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

Method lutimes

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

Source from the content-addressed store, hash-verified

1243 },
1244
1245 async lutimes(filePath, atime, mtime) {
1246 const providerPath = toProviderPath(filePath);
1247 provider.lutimesSync(providerPath, atime, mtime);
1248 },
1249
1250 async open(filePath, flags, mode) {
1251 const providerPath = toProviderPath(filePath);

Callers 9

lutimesFunction · 0.80
lutimesSyncFunction · 0.80
createVfsHandlersFunction · 0.80
lutimesFunction · 0.80
lutimeFunction · 0.80
runTestsFunction · 0.80
fs-write.jsFile · 0.80

Calls 1

lutimesSyncMethod · 0.45

Tested by

no test coverage detected