Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ StrBase64Str
Function
StrBase64Str
src/test/str_test.cpp:551–554 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
549
}
550
551
void StrBase64Str(char *pBuffer, int BufferSize, const char *pString)
552
{
553
str_base64(pBuffer, BufferSize, pString, str_length(pString));
554
}
555
556
TEST(Str, Base64)
557
{
Callers
1
TEST
Function · 0.85
Calls
2
str_base64
Function · 0.85
str_length
Function · 0.85
Tested by
no test coverage detected