Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SEBV1/idlefish_monitor
/ isData
Method
isData
src/main/java/com/github/utils/Base64.java:257–259 ·
view source on GitHub ↗
(char c)
Source
from the content-addressed store, hash-verified
255
}
256
257
private
static
boolean isData(char c) {
258
return
c < 128 && base64Alphabet[c] != -1;
259
}
260
261
private
static
boolean isPad(char c) {
262
return
c ==
'='
;
Callers
1
decode
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected