MCPcopy
hub / github.com/ajaxorg/ace / script

Function script

Makefile.dryice.js:300–300  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

298 var result = [];
299 function comment(str) {result.push("<!-- " + str + " -->");}
300 function script(str) {result.push('<script src="../src/' + str + '.js"></script>');}
301 scripts.forEach(function(s) {
302 s = s.replace(/"/g, "");
303 if (s == "ace/ace") {

Callers 1

demoFunction · 0.85

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…