MCPcopy Create free account
hub / github.com/Toulu-debug/enen / getScript

Method getScript

sendNotify.js:900–904  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

898 }
899
900 getScript(t) {
901 return new Promise(e => {
902 this.get({url: t}, (t, s, i) => e(i))
903 })
904 }
905
906 runScript(t, e) {
907 return new Promise(s => {

Callers

nothing calls this directly

Calls 2

eFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected