MCPcopy
hub / github.com/danvk/source-map-explorer / no-map-comment.js

File no-map-comment.js

tests/data/no-map-comment.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1!function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,(function(r){return o(e[i][1][r]||r)}),p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}({1:[function(require,module,exports){"use strict";module.exports=function(x){return"bar".concat(x)}},{}],2:[function(require,module,exports){"use strict";var bar=require("./bar");module.exports=function(x){return bar(x)+bar(x)}},{"./bar":1}]},{},[2]);

Callers

nothing calls this directly

Calls 2

oFunction · 0.70
barFunction · 0.70

Tested by

no test coverage detected