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

Function graphWithOptions

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

Source from the content-addressed store, hash-verified

48
49 const graphWithOptions =
50 (entry, cb) => graph(entry, platform, graphOptions, cb);
51 const graphOnlyModules = seq(graphWithOptions, getModules);
52
53 parallel({

Callers 1

ModuleGraph.jsFile · 0.85

Calls 1

graphFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…