MCPcopy Index your code
hub / github.com/ptmt/react-native-macos / concat

Function concat

packager/src/ModuleGraph/ModuleGraph.js:91–95  ·  view source on GitHub ↗
(...iterables: Array<Iterable<T>>)

Source from the content-addressed store, hash-verified

89const getModules = (x, cb) => cb(null, x.modules);
90
91function* concat<T>(...iterables: Array<Iterable<T>>): Iterable<T> {
92 for (const it of iterables) {
93 yield* it;
94 }
95}
96
97function prelude(optimize) {
98 return virtualModule(

Callers 3

ModuleGraph.jsFile · 0.70
connectAndSendJobFunction · 0.50
worker.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…