MCPcopy
hub / github.com/latentflip/loupe / acequire

Function acequire

loupe.bundle.js:5190–5192  ·  view source on GitHub ↗
(module, callback)

Source from the content-addressed store, hash-verified

5188
5189function exportAce(ns) {
5190 var acequire = function(module, callback) {
5191 return _acequire("", module, callback);
5192 };
5193
5194 var root = global;
5195 if (ns) {

Callers 2

loupe.bundle.jsFile · 0.85
afterLoadFunction · 0.85

Calls 1

_acequireFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…