Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
deserializeStack
Method · 0.45
decompress
Method · 0.45
sdecompress
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected