MCPcopy
hub / github.com/SortableJS/Vue.Draggable / __webpack_require__

Function __webpack_require__

docs/app.js:707–731  ·  view source on GitHub ↗
(moduleId)

Source from the content-addressed store, hash-verified

705/******/
706/******/ // The require function
707/******/ function __webpack_require__(moduleId) {
708/******/
709/******/ // Check if module is in cache
710/******/ if(installedModules[moduleId]) {
711/******/ return installedModules[moduleId].exports;
712/******/ }
713/******/ // Create a new module (and put it into the cache)
714/******/ var module = installedModules[moduleId] = {
715/******/ i: moduleId,
716/******/ l: false,
717/******/ exports: {},
718/******/ hot: hotCreateModule(moduleId),
719/******/ parents: (hotCurrentParentsTemp = hotCurrentParents, hotCurrentParents = [], hotCurrentParentsTemp),
720/******/ children: []
721/******/ };
722/******/
723/******/ // Execute the module function
724/******/ modules[moduleId].call(module.exports, module, module.exports, hotCreateRequire(moduleId));
725/******/
726/******/ // Flag the module as loaded
727/******/ module.l = true;
728/******/
729/******/ // Return the exports of the module
730/******/ return module.exports;
731/******/ }
732/******/
733/******/
734/******/ // expose the modules object (__webpack_modules__)

Callers 3

fnFunction · 0.85
hotApplyFunction · 0.85
app.jsFile · 0.85

Calls 2

hotCreateModuleFunction · 0.85
hotCreateRequireFunction · 0.85

Tested by

no test coverage detected