MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / decode

Method decode

src/main/java/com/volmit/adapt/util/IO.java:96–98  ·  view source on GitHub ↗
(String u)

Source from the content-addressed store, hash-verified

94 }
95
96 public static byte[] decode(String u) {
97 return Base64.getUrlDecoder().decode(u);
98 }
99
100 public static String hash(String b) {
101 try {

Callers 3

deserializeStackMethod · 0.45
decompressMethod · 0.45
sdecompressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected