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

Function graph

packager/src/ModuleGraph/__tests__/ModuleGraph-test.js:96–102  ·  view source on GitHub ↗
(entryPoints, platform, options, callback)

Source from the content-addressed store, hash-verified

94}
95
96function graph(entryPoints, platform, options, callback) {
97 const modules = Array.from(entryPoints, moduleFromPath);
98 callback(null, {
99 entryModules: modules,
100 modules,
101 });
102}

Callers 2

graphWithOptionsFunction · 0.85
Graph-test.jsFile · 0.85

Calls 2

fromMethod · 0.80
callbackFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…