MCPcopy
hub / github.com/webpack/webpack / getMissingIterable

Method getMissingIterable

lib/FileSystemInfo.js:633–641  ·  lib/FileSystemInfo.js::Snapshot.getMissingIterable

* Gets missing iterable. * @returns {Iterable<string>} iterable

()

Source from the content-addressed store, hash-verified

631 * @returns {Iterable<string>} iterable
632 */
633 getMissingIterable() {
634 if (this._cachedMissingIterable === undefined) {
635 this._cachedMissingIterable = this._createIterable((s) => [
636 s.missingExistence,
637 s.managedMissing
638 ]);
639 }
640 return this._cachedMissingIterable;
641 }
642}
643
644makeSerializable(Snapshot, class="st">"webpack/lib/FileSystemInfo", class="st">"Snapshot");

Callers 4

addCacheDependenciesMethod · 0.80
applyMethod · 0.80
processCacheResultMethod · 0.80

Calls 1

_createIterableMethod · 0.95

Tested by

no test coverage detected