MCPcopy
hub / github.com/retspen/webvirtcloud / req

Function req

static/js/ace.js:146–148  ·  view source on GitHub ↗
(module, callback)

Source from the content-addressed store, hash-verified

144 };
145
146 var req = function(module, callback) {
147 return _require(moduleName, module, callback);
148 };
149
150 var returnValue = module(req, exports, mod);
151 exports = returnValue || mod.exports;

Callers

nothing calls this directly

Calls 1

_requireFunction · 0.85

Tested by

no test coverage detected