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

Function load

static/js/ext-textarea.js:376–380  ·  view source on GitHub ↗
(url, module, callback)

Source from the content-addressed store, hash-verified

374};
375
376function load(url, module, callback) {
377 net.loadScript(url, function() {
378 require([module], callback);
379 });
380}
381
382function setupApi(editor, editorDiv, settingDiv, ace, options, loader) {
383 var session = editor.getSession();

Callers

nothing calls this directly

Calls 1

requireFunction · 0.85

Tested by

no test coverage detected