Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SEBV1/idlefish_monitor
/ isPad
Method
isPad
src/main/java/com/github/utils/Base64.java:261–263 ·
view source on GitHub ↗
(char c)
Source
from the content-addressed store, hash-verified
259
}
260
261
private
static
boolean isPad(char c) {
262
return
c ==
'='
;
263
}
264
265
private
static
boolean isWhiteSpace(char c) {
266
return
c ==
' '
|| c ==
'\r'
|| c ==
'\n'
|| c ==
'\t'
;
Callers
1
decode
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected