MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / a

Function a

scripts/backup/openfbchat.js:55–66  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

53 function (a, b, c, d, e, f, g) {
54 "use strict";
55 function a(a) {
56 var b = a.NAME;
57 if (b === "Group")
58 return d("MercuryIDs").getThreadIDFromThreadFBID(a.VAL);
59 else if (b === "User" || b === "Page")
60 return d("MercuryIDs").getThreadIDFromUserID(a.VAL);
61 else
62 return c("unrecoverableViolation")(
63 "Not supported",
64 "messenger_web_product"
65 );
66 }
67 function b(a) {
68 return a.VAL;
69 }

Callers 1

hFunction · 0.70

Calls 14

bFunction · 0.70
iFunction · 0.70
kFunction · 0.70
hFunction · 0.70
eFunction · 0.70
jFunction · 0.70
fFunction · 0.70
lFunction · 0.70
dFunction · 0.50
cFunction · 0.50
gFunction · 0.50
uFunction · 0.50

Tested by

no test coverage detected