MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / require

Function require

experimental/scripting/deprecated/api.worker.js:16–19  ·  view source on GitHub ↗
(scriptname)

Source from the content-addressed store, hash-verified

14};
15
16function require(scriptname){
17 var fn = BASE_URL + scriptname;
18 importScripts(fn);
19};
20
21function load(library, onComplete){
22 var libname = "";

Callers 2

loadFunction · 0.85
api.worker.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected