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

Method sendMsg

jlld.js:391–398  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

389 return isjson;
390 }
391 async sendMsg(message) {
392 if (!message) return;
393 if ($.isNode()) {
394 await notify.sendNotify($.name, message)
395 } else {
396 $.msg($.name, '', message)
397 }
398 }
399 async httpRequest(options) {
400 let t = {
401 ...options

Callers 1

jlld.jsFile · 0.45

Calls 2

isNodeMethod · 0.45
msgMethod · 0.45

Tested by

no test coverage detected