MCPcopy
hub / github.com/vercel/next.js / __nccwpck_require__

Function __nccwpck_require__

packages/next/src/compiled/source-map08/source-map.js:2953–2977  ·  view source on GitHub ↗
(moduleId)

Source from the content-addressed store, hash-verified

2951/******/
2952/******/ // The require function
2953/******/ function __nccwpck_require__(moduleId) {
2954/******/ // Check if module is in cache
2955/******/ var cachedModule = __webpack_module_cache__[moduleId];
2956/******/ if (cachedModule !== undefined) {
2957/******/ return cachedModule.exports;
2958/******/ }
2959/******/ // Create a new module (and put it into the cache)
2960/******/ var module = __webpack_module_cache__[moduleId] = {
2961/******/ // no module.id needed
2962/******/ // no module.loaded needed
2963/******/ exports: {}
2964/******/ };
2965/******/
2966/******/ // Execute the module function
2967/******/ var threw = true;
2968/******/ try {
2969/******/ __webpack_modules__[moduleId](module, module.exports, __nccwpck_require__);
2970/******/ threw = false;
2971/******/ } finally {
2972/******/ if(threw) delete __webpack_module_cache__[moduleId];
2973/******/ }
2974/******/
2975/******/ // Return the exports of the module
2976/******/ return module.exports;
2977/******/ }
2978/******/
2979/************************************************************************/
2980/******/ /* webpack/runtime/compat */

Callers 1

source-map.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…