MCPcopy Index your code
hub / github.com/Maccoder3/MAC-MD / value

Function value

lib/simple.js:44–47  ·  view source on GitHub ↗
(jid)

Source from the content-addressed store, hash-verified

42 },
43 decodeJid: {
44 value(jid) {
45 if (!jid || typeof jid !== 'string') return (!nullish(jid) && jid) || null
46 return jid.decodeJid()
47 },
48 },
49 logger: {
50 get() {

Callers

nothing calls this directly

Calls 3

nullishFunction · 0.85
emitGroupUpdateFunction · 0.85
smsgFunction · 0.85

Tested by

no test coverage detected