Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ requestVCard
Method
requestVCard
src/main/java/Client/ContactEdit.java:177–182 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
175
}
176
177
private
void
requestVCard() {
178
String jid = tJid.getValue();
179
if
(jid.length() > 0) {
180
VCard.request(jid, jid);
181
}
182
}
183
184
public
void
cmdOk() {
185
String jid = tJid.getValue().trim().toLowerCase();
Callers
1
doAction
Method · 0.95
Calls
2
request
Method · 0.95
getValue
Method · 0.45
Tested by
no test coverage detected