MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / message

Function message

jetta.js:220–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218}
219//通知
220async function message() {
221 if (tz == 1) {
222 $.msg($.name, "", $.message);
223 }
224 if ($.isNode()) {
225 await notify.sendNotify($.name, $.message);
226 }
227}
228
229
230

Callers 1

jetta.jsFile · 0.85

Calls 2

msgMethod · 0.45
isNodeMethod · 0.45

Tested by

no test coverage detected