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

Function showMsg

jd_joy.js:992–999  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

990 })
991}
992function showMsg() {
993 jdNotify = $.getdata('jdJoyNotify') ? $.getdata('jdJoyNotify') : jdNotify;
994 if (!jdNotify || jdNotify === 'false') {
995 $.msg($.name, subTitle, message);
996 } else {
997 $.log(`\n${message}\n`);
998 }
999}
1000function TotalBean() {
1001 return new Promise(async resolve => {
1002 const options = {

Callers 1

jd_joy.jsFile · 0.70

Calls 3

getdataMethod · 0.45
msgMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected