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

Method useCompression

src/main/java/xmpp/Account.java:120–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118 }
119
120 public boolean useCompression() {
121 return compression;
122 }
123
124 public void setUseCompression(boolean value) {
125 this.compression = value;

Callers 2

exportDataMethod · 0.95
showExtendedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected