MCPcopy Create free account
hub / github.com/Script-Hub-Org/Script-Hub / getScript

Method getScript

env/env.js:103–107  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

101 }
102 }
103 getScript(t) {
104 return new Promise(e => {
105 this.get({ url: t }, (t, s, a) => e(a))
106 })
107 }
108 runScript(t, e) {
109 return new Promise(s => {
110 let a = this.getdata('@chavy_boxjs_userCfgs.httpapi')

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected