MCPcopy Index your code
hub / github.com/plotly/plotly.js / __webpack_require__

Function __webpack_require__

stackgl_modules/index.js:40282–40303  ·  view source on GitHub ↗
(moduleId)

Source from the content-addressed store, hash-verified

40280/******/
40281/******/ // The require function
40282/******/ function __webpack_require__(moduleId) {
40283/******/ // Check if module is in cache
40284/******/ var cachedModule = __webpack_module_cache__[moduleId];
40285/******/ if (cachedModule !== undefined) {
40286/******/ return cachedModule.exports;
40287/******/ }
40288/******/ // Create a new module (and put it into the cache)
40289/******/ var module = __webpack_module_cache__[moduleId] = {
40290/******/ id: moduleId,
40291/******/ loaded: false,
40292/******/ exports: {}
40293/******/ };
40294/******/
40295/******/ // Execute the module function
40296/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
40297/******/
40298/******/ // Flag the module as loaded
40299/******/ module.loaded = true;
40300/******/
40301/******/ // Return the exports of the module
40302/******/ return module.exports;
40303/******/ }
40304/******/
40305/************************************************************************/
40306/******/ /* webpack/runtime/global */

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…