MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / setQuerySign

Method setQuerySign

src/main/java/Client/Roster.java:2126–2129  ·  view source on GitHub ↗
(boolean requestState)

Source from the content-addressed store, hash-verified

2124 }
2125
2126 public void setQuerySign(boolean requestState) {
2127 querysign = requestState;
2128 updateMainBar();
2129 }
2130
2131 public void storeContact(Contact c, boolean askSubscribe) {
2132 sd.getTheStream().send(RosterDispatcher.QueryRoster(c.getJid(), c.nick, (c.group == null || c.getGroupType() == Groups.TYPE_NOT_IN_LIST) ? SR.MS_GENERAL : c.group.name, null));

Callers 11

runMethod · 0.95
sendPresenceMethod · 0.95
resolveNicknamesMethod · 0.95
loginFailedMethod · 0.95
loginSuccessMethod · 0.95
askReconnectMethod · 0.95
QueryConfigFormMethod · 0.80
blockArrivedMethod · 0.80
blockArrivedMethod · 0.80
doActionMethod · 0.80
requestMethod · 0.80

Calls 1

updateMainBarMethod · 0.95

Tested by

no test coverage detected