MCPcopy 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
551void StrBase64Str(char *pBuffer, int BufferSize, const char *pString)
552{
553 str_base64(pBuffer, BufferSize, pString, str_length(pString));
554}
555
556TEST(Str, Base64)
557{

Callers 1

TESTFunction · 0.85

Calls 2

str_base64Function · 0.85
str_lengthFunction · 0.85

Tested by

no test coverage detected