MCPcopy
hub / github.com/webpack/webpack / setFileTimestamps

Method setFileTimestamps

lib/FileSystemInfo.js:385–388  ·  view source on GitHub ↗

* Sets file timestamps. * @param {FileTimestamps} value file timestamps

(value)

Source from the content-addressed store, hash-verified

383 * @param {FileTimestamps} value file timestamps
384 */
385 setFileTimestamps(value) {
386 this._flags |= 2;
387 this.fileTimestamps = value;
388 }
389
390 hasFileHashes() {
391 return (this._flags & 4) !== 0;

Callers 4

mergeSnapshotsMethod · 0.95
constructorMethod · 0.80
jobDoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected