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

Method lutimesSync

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

Source from the content-addressed store, hash-verified

512 }
513
514 lutimesSync(filePath, atime, mtime) {
515 const providerPath = this.#toProviderPath(filePath);
516 this[kProvider].lutimesSync(providerPath, atime, mtime);
517 }
518
519 /**
520 * Creates a unique temporary directory synchronously.

Callers 6

lutimesSyncFunction · 0.45
createVfsHandlersFunction · 0.45
lutimesMethod · 0.45
test-vfs-utimes.jsFile · 0.45
syncTestsFunction · 0.45

Calls 1

#toProviderPathMethod · 0.95

Tested by

no test coverage detected