MCPcopy Index your code
hub / github.com/PrairieLearn/PrairieLearn / __webpack_require__

Function __webpack_require__

public/javascripts/socket.io.js:16–37  ·  view source on GitHub ↗
(moduleId)

Source from the content-addressed store, hash-verified

14
15/******/ // The require function
16/******/ function __webpack_require__(moduleId) {
17
18/******/ // Check if module is in cache
19/******/ if(installedModules[moduleId])
20/******/ return installedModules[moduleId].exports;
21
22/******/ // Create a new module (and put it into the cache)
23/******/ var module = installedModules[moduleId] = {
24/******/ exports: {},
25/******/ id: moduleId,
26/******/ loaded: false
27/******/ };
28
29/******/ // Execute the module function
30/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
31
32/******/ // Flag the module as loaded
33/******/ module.loaded = true;
34
35/******/ // Return the exports of the module
36/******/ return module.exports;
37/******/ }
38
39
40/******/ // expose the modules object (__webpack_modules__)

Callers 1

socket.io.jsFile · 0.85

Calls 1

callMethod · 0.80

Tested by

no test coverage detected