MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / addFileQuery

Method addFileQuery

src/main/java/Client/Roster.java:1341–1345  ·  view source on GitHub ↗
(String from, String message)

Source from the content-addressed store, hash-verified

1339
1340//#ifdef FILE_TRANSFER
1341 public void addFileQuery(String from, String message) {
1342 Contact c = getContact(from, true);
1343 c.fileQuery = true;
1344 messageStore(c, new Msg(Msg.MESSAGE_TYPE_FILE_REQ, from, SR.MS_FILE, message));
1345 }
1346//#endif
1347
1348 public void messageStore(Contact c, Msg message) {

Callers 1

blockArrivedMethod · 0.80

Calls 2

getContactMethod · 0.95
messageStoreMethod · 0.95

Tested by

no test coverage detected