Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
//通知
220
async
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.js
File · 0.85
Calls
2
msg
Method · 0.45
isNode
Method · 0.45
Tested by
no test coverage detected