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

Function loadModule

packager/src/ModuleGraph/Graph.js:132–138  ·  view source on GitHub ↗
(id, parent, parentDepIndex)

Source from the content-addressed store, hash-verified

130 }
131
132 function loadModule(id, parent, parentDepIndex) {
133 loadQueue.push(
134 {id, parent},
135 (error, file, dependencyIDs) =>
136 onFileLoaded(error, file, dependencyIDs, id, parent, parentDepIndex),
137 );
138 }
139
140 function onFileLoaded(
141 error,

Callers 2

GraphFunction · 0.70
onFileLoadedFunction · 0.70

Calls 2

onFileLoadedFunction · 0.85
pushMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…