MCPcopy
hub / github.com/webpack/webpack / _createIterable

Method _createIterable

lib/FileSystemInfo.js:593–595  ·  view source on GitHub ↗

* Creates an iterable from the provided get map. * @template T * @param {GetMapsFunction<T>} getMaps first * @returns {SnapshotIterable<T>} iterable

(getMaps)

Source from the content-addressed store, hash-verified

591 * @returns {SnapshotIterable<T>} iterable
592 */
593 _createIterable(getMaps) {
594 return new SnapshotIterable(this, getMaps);
595 }
596
597 /**
598 * Gets file iterable.

Callers 3

getFileIterableMethod · 0.95
getContextIterableMethod · 0.95
getMissingIterableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected