MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / importNow

Method importNow

modules/base/modules/modules.js:24–24  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

22 static get host() { return native("xs_modules_host").call(this); }
23 static get archive() { return native("xs_modules_archive").call(this); }
24 static importNow(name) { return native("xs_modules_importNow").call(this, name); }
25 static has(name) { return native("xs_modules_has").call(this, name); }
26}
27

Callers 15

connectedFunction · 0.80
resolveFunction · 0.80
reloadDevicesMethod · 0.80
sensor.jsFile · 0.80
testFunction · 0.80
testFunction · 0.80
testFunction · 0.80

Calls

no outgoing calls

Tested by 6

testFunction · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64