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

Method utimesSync

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

Source from the content-addressed store, hash-verified

507 }
508
509 utimesSync(filePath, atime, mtime) {
510 const providerPath = this.#toProviderPath(filePath);
511 this[kProvider].utimesSync(providerPath, atime, mtime);
512 }
513
514 lutimesSync(filePath, atime, mtime) {
515 const providerPath = this.#toProviderPath(filePath);

Callers 15

utimesSyncFunction · 0.45
createVfsHandlersFunction · 0.45
utimesMethod · 0.45
test-vfs-utimes.jsFile · 0.45
syncTestsFunction · 0.45
test-fs-utimes.jsFile · 0.45
setModifiedTimeFunction · 0.45
box2d.jsFile · 0.45
copy.jsFile · 0.45

Calls 1

#toProviderPathMethod · 0.95

Tested by

no test coverage detected