MCPcopy
hub / github.com/webpack/webpack / hasFileHashes

Method hasFileHashes

lib/FileSystemInfo.js:390–392  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

388 }
389
390 hasFileHashes() {
391 return (this._flags & 4) !== 0;
392 }
393
394 /**
395 * Updates file hashes using the provided value.

Callers 5

serializeMethod · 0.95
deserializeMethod · 0.95
constructorMethod · 0.80
mergeSnapshotsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected