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

Function e

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

Source from the content-addressed store, hash-verified

68 return a.VAL;
69 }
70 function e(a) {
71 var b = a.NAME;
72 if (b === "Group") return "g." + a.VAL;
73 else if (b === "Page") return "p." + a.VAL;
74 else if (b === "User") return "u." + a.VAL;
75 else
76 return c("unrecoverableViolation")(
77 "Not supported",
78 "messenger_web_product"
79 );
80 }
81 function f(a) {
82 a = a.split(".");
83 var b = a.length,

Callers 3

aFunction · 0.70
lFunction · 0.70
checkExitFunction · 0.70

Calls 5

bFunction · 0.70
mFunction · 0.70
cFunction · 0.50
dFunction · 0.50
addMethod · 0.45

Tested by

no test coverage detected