MCPcopy
hub / github.com/aosabook/500lines / __webpack_require__

Function __webpack_require__

spreadsheet/code/as-react-livescript/main.js:959–986  ·  view source on GitHub ↗
(moduleId)

Source from the content-addressed store, hash-verified

957/******/
958/******/ // The require function
959/******/ function __webpack_require__(moduleId) {
960/******/
961/******/ // Check if module is in cache
962/******/ if(installedModules[moduleId])
963/******/ return installedModules[moduleId].exports;
964/******/
965/******/ // Create a new module (and put it into the cache)
966/******/ var module = installedModules[moduleId] = {
967/******/ exports: {},
968/******/ id: moduleId,
969/******/ loaded: false,
970/******/ hot: hotCreateModule(moduleId),
971/******/ parents: hotCurrentParents,
972/******/ children: [],
973/******/ hot: hotCreateModule(moduleId),
974/******/ parents: hotCurrentParents,
975/******/ children: []
976/******/ };
977/******/
978/******/ // Execute the module function
979/******/ modules[moduleId].call(module.exports, module, module.exports, hotCreateRequire(moduleId));
980/******/
981/******/ // Flag the module as loaded
982/******/ module.loaded = true;
983/******/
984/******/ // Return the exports of the module
985/******/ return module.exports;
986/******/ }
987/******/
988/******/
989/******/ // expose the modules object (__webpack_modules__)

Callers 5

fnFunction · 0.85
hotApplyFunction · 0.85
main.jsFile · 0.85
createClassFunction · 0.85
injectFunction · 0.85

Calls 2

hotCreateModuleFunction · 0.85
hotCreateRequireFunction · 0.85

Tested by

no test coverage detected