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

Method getTraffic

src/main/java/ui/VirtualList.java:1271–1274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1269 }
1270
1271 public static String getTraffic() {
1272 long traffic = StaticData.getInstance().traffic;
1273 return StringUtils.getSizeString((traffic>0)?traffic*2:0);
1274 }
1275
1276 public void captionPressed() {};
1277 public void commandState() {};

Callers 2

setInfoMethod · 0.95
showTimeTrafficInfoMethod · 0.95

Calls 2

getInstanceMethod · 0.95
getSizeStringMethod · 0.95

Tested by

no test coverage detected