MCPcopy Create free account
hub / github.com/6dylan6/jdpro / getScript

Method getScript

function/sendNotify.js:2301–2307  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

2299 return 'undefined' != typeof $loon;
2300 }
2301 getScript(t) {
2302 return new Promise((s) => {
2303 $.get({
2304 url: t
2305 }, (t, e, i) => s(i));
2306 });
2307 }
2308 runScript(t, s) {
2309 return new Promise((e) => {
2310 let i = this.getdata('@chavy_boxjs_userCfgs.httpapi');

Callers

nothing calls this directly

Calls 2

sFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected