MCPcopy Create free account
hub / github.com/ptmt/react-native-macos / getModules

Function getModules

packager/src/ModuleGraph/ModuleGraph.js:89–89  ·  view source on GitHub ↗
(x, cb)

Source from the content-addressed store, hash-verified

87 };
88
89const getModules = (x, cb) => cb(null, x.modules);
90
91function* concat<T>(...iterables: Array<Iterable<T>>): Iterable<T> {
92 for (const it of iterables) {

Callers

nothing calls this directly

Calls 1

cbFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…