MCPcopy Create free account
hub / github.com/Semporia/Scripts / getScript

Method getScript

jd_try.js:613–619  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

611 }
612
613 getScript(url) {
614 return new Promise((resolve) => {
615 this.get({
616 url
617 }, (err, resp, body) => resolve(body))
618 })
619 }
620
621 runScript(script, runOpts) {
622 return new Promise((resolve) => {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected