MCPcopy Index your code
hub / github.com/VolmitSoftware/Adapt / doFunc

Method doFunc

src/main/java/com/volmit/adapt/util/LZString.java:45–48  ·  view source on GitHub ↗
(int a)

Source from the content-addressed store, hash-verified

43 return "";
44 String res = LZString._compress(input, 6, new CompressFunctionWrapper() {
45 @Override
46 public char doFunc(int a) {
47 return keyStrBase64[a];
48 }
49 });
50 switch (res.length() % 4) { // To produce valid Base64
51 default: // When could this happen ?

Callers 2

_compressMethod · 0.45
_decompressMethod · 0.45

Calls 2

getBaseValueMethod · 0.95
fcMethod · 0.95

Tested by

no test coverage detected