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

Function fn

libs/requirejs.js:1348–1354  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1346
1347 makeShimExports: function (value) {
1348 function fn() {
1349 var ret;
1350 if (value.init) {
1351 ret = value.init.apply(global, arguments);
1352 }
1353 return ret || (value.exports && getGlobal(value.exports));
1354 }
1355 return fn;
1356 },
1357

Callers 6

store2.jsFile · 0.85
onFunction · 0.85
requirejs.jsFile · 0.85
jquery.jsFile · 0.85
assertFunction · 0.85
createPositionalPseudoFunction · 0.85

Calls 1

getGlobalFunction · 0.85

Tested by

no test coverage detected