Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ is_base64
Function
is_base64
tools/server/server-common.cpp:177–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
"0123456789+/"
;
176
177
static inline bool is_base64(uint8_t c) {
178
return (isalnum(c) || (c ==
'+'
) || (c ==
'/'
));
179
}
180
181
static inline raw_buffer base64_decode(const std::string & encoded_string) {
182
int i = 0;
Callers
1
base64_decode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected