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

Method fc

src/main/java/com/volmit/adapt/util/LZString.java:353–355  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

351 }
352
353 public static char fc(int i) {
354 return (char) i;
355 }
356
357 public static String decompress(final String compressed) {
358 if (compressed == null)

Callers 1

doFuncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected