MCPcopy
hub / github.com/webpack/webpack / setContextTimestamps

Method setContextTimestamps

lib/FileSystemInfo.js:424–427  ·  view source on GitHub ↗

* Sets context timestamps. * @param {ContextTimestamps} value context timestamps

(value)

Source from the content-addressed store, hash-verified

422 * @param {ContextTimestamps} value context timestamps
423 */
424 setContextTimestamps(value) {
425 this._flags |= 0x10;
426 this.contextTimestamps = value;
427 }
428
429 hasContextHashes() {
430 return (this._flags & 0x20) !== 0;

Callers 4

mergeSnapshotsMethod · 0.95
constructorMethod · 0.80
jobDoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected