MCPcopy
hub / github.com/webpack/webpack / addAll

Function addAll

lib/FileSystemInfo.js:1218–1220  ·  lib/FileSystemInfo.js::addAll
(source, target)

Source from the content-addressed store, hash-verified

1216 * @param {Set<T>} target target
1217 */
1218const addAll = (source, target) => {
1219 for (const key of source) target.add(key);
1220};
1221
1222const getEsModuleLexer = memoize(() => require(class="st">"es-module-lexer"));
1223

Callers 3

_readContextTimestampMethod · 0.85
_readContextHashMethod · 0.85

Calls 1

addMethod · 0.45

Tested by

no test coverage detected