MCPcopy Create free account
hub / github.com/PrairieLearn/PrairieLearn / fn

Function fn

public/javascripts/require.js:1356–1362  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1354
1355 makeShimExports: function (value) {
1356 function fn() {
1357 var ret;
1358 if (value.init) {
1359 ret = value.init.apply(global, arguments);
1360 }
1361 return ret || (value.exports && getGlobal(value.exports));
1362 }
1363 return fn;
1364 },
1365

Callers 2

onFunction · 0.70
require.jsFile · 0.70

Calls 1

getGlobalFunction · 0.85

Tested by

no test coverage detected