Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ deleteList
Method
deleteList
src/main/java/PrivacyLists/PrivacyList.java:70–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
public
void
deleteList() {
71
JabberDataBlock list0=listBlock();
72
privacyListRq(true, list0,
"storelst"
);
73
}
74
75
public
void
activate(String atr) {
76
JabberDataBlock a=
new
JabberDataBlock(atr);
Callers
1
cmdDelete
Method · 0.80
Calls
2
listBlock
Method · 0.95
privacyListRq
Method · 0.95
Tested by
no test coverage detected