* Gets missing iterable. * @returns {Iterable<string>} iterable
()
| 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 | |
| 644 | makeSerializable(Snapshot, class="st">"webpack/lib/FileSystemInfo", class="st">"Snapshot"); |
no test coverage detected