MCPcopy Create free account
hub / github.com/Semporia/Scripts / jdUnbind

Function jdUnbind

activity/jd_unbind.js:72–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 $.done();
71 })
72async function jdUnbind() {
73 await getCards()
74 await unsubscribeCards()
75}
76async function unsubscribeCards() {
77 let count = 0
78 for (let item of $.cardList) {

Callers 1

jd_unbind.jsFile · 0.85

Calls 2

getCardsFunction · 0.85
unsubscribeCardsFunction · 0.85

Tested by

no test coverage detected