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

Function showMsg

jd_factory_component.js:342–347  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

340}
341
342function showMsg() {
343 return new Promise(resolve => {
344 $.msg($.name, '', `\n${$.result.join('\n')}`);
345 resolve();
346 });
347}
348
349function taskUrl(function_path, body, stk) {
350 let url = `${JD_API_HOST}dreamfactory/${function_path}?zone=dream_factory&sceneval=2&g_login_type=1&&_time=${Date.now()}&_=${Date.now()}&${body}`

Callers 1

Calls 1

msgMethod · 0.45

Tested by

no test coverage detected