Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ activate
Method
activate
src/main/java/PrivacyLists/PrivacyList.java:75–80 ·
view source on GitHub ↗
(String atr)
Source
from the content-addressed store, hash-verified
73
}
74
75
public
void
activate(String atr) {
76
JabberDataBlock a=
new
JabberDataBlock(atr);
77
if
(atr != null)
78
a.setAttribute(
"name"
, name);
79
privacyListRq(true, a,
"plset"
);
80
}
81
}
82
83
//#endif
Callers
3
menuAction
Method · 0.80
cmdOk
Method · 0.80
blockArrived
Method · 0.80
Calls
2
setAttribute
Method · 0.95
privacyListRq
Method · 0.95
Tested by
no test coverage detected