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

Function c

scripts/fb_exportSaved.js:19–25  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

17 popupScript: {
18 onClick: async function () {
19 const c = (e) => {
20 try {
21 return e();
22 } catch (e) {
23 return !1;
24 }
25 };
26
27 const getSaved = async (uid, fb_dtsg, cursor = "") => {
28 if (cursor) cursor = `"cursor":"${cursor}",`;

Callers 1

getAllSavedFunction · 0.70

Calls 1

eFunction · 0.50

Tested by

no test coverage detected