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

Method getScript

jd_redPacket.js:1648–1652  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

1646 }
1647
1648 getScript(t) {
1649 return new Promise(e => {
1650 this.get({url: t}, (t, s, i) => e(i))
1651 })
1652 }
1653
1654 runScript(t, e) {
1655 return new Promise(s => {

Callers

nothing calls this directly

Calls 2

eFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected