Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
nullish
Function · 0.85
emitGroupUpdate
Function · 0.85
smsg
Function · 0.85
Tested by
no test coverage detected