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

Method getScript

jd_api_test.js:195–199  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

193 }
194
195 getScript(t) {
196 return new Promise(e => {
197 this.get({url: t}, (t, s, i) => e(i))
198 })
199 }
200
201 runScript(t, e) {
202 return new Promise(s => {

Callers

nothing calls this directly

Calls 2

eFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected