MCPcopy
hub / github.com/webpack/webpack / setFileTshs

Method setFileTshs

lib/FileSystemInfo.js:411–414  ·  view source on GitHub ↗

* Updates file tshs using the provided value. * @param {FileTshs} value file tshs

(value)

Source from the content-addressed store, hash-verified

409 * @param {FileTshs} value file tshs
410 */
411 setFileTshs(value) {
412 this._flags |= 8;
413 this.fileTshs = value;
414 }
415
416 hasContextTimestamps() {
417 return (this._flags & 0x10) !== 0;

Callers 3

mergeSnapshotsMethod · 0.95
constructorMethod · 0.80
jobDoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected