MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / getScript

Method getScript

wxapp/miaoyouHome.js:160–164  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

158 return "undefined" != typeof $loon;
159 }
160 getScript(t) {
161 return new Promise((s) => {
162 this.get({ url: t }, (t, e, i) => s(i));
163 });
164 }
165 runScript(t, s) {
166 return new Promise((e) => {
167 let i = this.getdata("@chavy_boxjs_userCfgs.httpapi");

Callers

nothing calls this directly

Calls 2

sClass · 0.70
getMethod · 0.45

Tested by

no test coverage detected