MCPcopy
hub / github.com/vercel/hyper / __webpack_require__

Function __webpack_require__

bin/yarn-standalone.js:8–29  ·  view source on GitHub ↗
(moduleId)

Source from the content-addressed store, hash-verified

6/******/
7/******/ // The require function
8/******/ function __webpack_require__(moduleId) {
9/******/
10/******/ // Check if module is in cache
11/******/ if(installedModules[moduleId]) {
12/******/ return installedModules[moduleId].exports;
13/******/ }
14/******/ // Create a new module (and put it into the cache)
15/******/ var module = installedModules[moduleId] = {
16/******/ i: moduleId,
17/******/ l: false,
18/******/ exports: {}
19/******/ };
20/******/
21/******/ // Execute the module function
22/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
23/******/
24/******/ // Flag the module as loaded
25/******/ module.l = true;
26/******/
27/******/ // Return the exports of the module
28/******/ return module.exports;
29/******/ }
30/******/
31/******/
32/******/ // expose the modules object (__webpack_modules__)

Callers 15

yarn-standalone.jsFile · 0.85
_load_asyncToGeneratorFunction · 0.85
_load_fsFunction · 0.85
_load_globFunction · 0.85
_load_osFunction · 0.85
_load_pathFunction · 0.85
_load_blockingQueueFunction · 0.85
_load_promiseFunction · 0.85
_load_promise2Function · 0.85
_load_mapFunction · 0.85
_load_fsNormalizedFunction · 0.85
_load_parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected