MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / h

Method h

jlld.js:503–518  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

501 }
502 msg(s = t, e = "", i = "", o) {
503 const h = (t) =>
504 !t || (!this.isLoon() && this.isSurge())
505 ? t
506 : "string" == typeof t
507 ? this.isLoon()
508 ? t
509 : this.isQuanX()
510 ? { "open-url": t }
511 : void 0
512 : "object" == typeof t && (t["open-url"] || t["media-url"])
513 ? this.isLoon()
514 ? t["open-url"]
515 : this.isQuanX()
516 ? t
517 : void 0
518 : void 0;
519 this.isMute ||
520 (this.isSurge() || this.isLoon()
521 ? $notification.post(s, e, i, h(o))

Callers

nothing calls this directly

Calls 3

isLoonMethod · 0.45
isSurgeMethod · 0.45
isQuanXMethod · 0.45

Tested by

no test coverage detected