MCPcopy
hub / github.com/bettercap/bettercap / __webpack_require__

Function __webpack_require__

modules/ui/ui/runtime.js:65–86  ·  view source on GitHub ↗
(moduleId)

Source from the content-addressed store, hash-verified

63/******/
64/******/ // The require function
65/******/ function __webpack_require__(moduleId) {
66/******/
67/******/ // Check if module is in cache
68/******/ if(installedModules[moduleId]) {
69/******/ return installedModules[moduleId].exports;
70/******/ }
71/******/ // Create a new module (and put it into the cache)
72/******/ var module = installedModules[moduleId] = {
73/******/ i: moduleId,
74/******/ l: false,
75/******/ exports: {}
76/******/ };
77/******/
78/******/ // Execute the module function
79/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
80/******/
81/******/ // Flag the module as loaded
82/******/ module.l = true;
83/******/
84/******/ // Return the exports of the module
85/******/ return module.exports;
86/******/ }
87/******/
88/******/
89/******/ // expose the modules object (__webpack_modules__)

Callers 7

vendor.jsFile · 0.85
styles.jsFile · 0.85
checkDeferredModulesFunction · 0.85
runtime.jsFile · 0.85
main.jsFile · 0.85
polyfills.jsFile · 0.85
createDictFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected