Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ is_base64
Function
is_base64
Source/external/base64.cpp:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
10
static inline bool is_base64(BYTE c) {
11
return (isalnum(c) || (c ==
'+'
) || (c ==
'/'
));
12
}
13
14
std::string base64_encode(BYTE const* buf, unsigned int bufLen)
15
{
Callers
1
base64_decode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected