Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaxBelkov/visualsyslog
/ is_base64
Function
is_base64
sourcecommon/base64.cpp:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
static inline bool is_base64(unsigned char c) {
55
return (isalnum(c) || (c ==
'+'
) || (c ==
'/'
));
56
}
57
58
unsigned char *
59
base64_decode(const char *input, int length, int *outlen)
Callers
1
base64_decode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected