MCPcopy Create free account
hub / github.com/nodejs/node / lutimesSync

Method lutimesSync

lib/internal/vfs/providers/memory.js:937–942  ·  view source on GitHub ↗
(path, atime, mtime)

Source from the content-addressed store, hash-verified

935 }
936
937 lutimesSync(path, atime, mtime) {
938 const entry = this.#getEntry(path, 'utime', false);
939 entry.atime = toMs(atime);
940 entry.mtime = toMs(mtime);
941 entry.ctime = DateNow();
942 }
943
944 // === WATCH OPERATIONS ===
945

Callers

nothing calls this directly

Calls 2

#getEntryMethod · 0.95
toMsFunction · 0.85

Tested by

no test coverage detected