MCPcopy
hub / github.com/nbubna/store / callGetModule

Function callGetModule

libs/requirejs.js:1167–1172  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

1165 };
1166
1167 function callGetModule(args) {
1168 //Skip modules already defined.
1169 if (!hasProp(defined, args[0])) {
1170 getModule(makeModuleMap(args[0], null, true)).init(args[1], args[2]);
1171 }
1172 }
1173
1174 function removeListener(node, func, name, ieName) {
1175 //Favor detachEvent because of IE9

Callers 2

intakeDefinesFunction · 0.85
newContextFunction · 0.85

Calls 3

hasPropFunction · 0.85
getModuleFunction · 0.85
makeModuleMapFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…