MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / base64_encode

Function base64_encode

src/base64.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73} // namespace
74
75std::string base64_encode(const std::string& str)
76{
77 return encode(std::vector<byte>(str.begin(), str.end()));
78}
79
80} // namespace MIGRAPHX_INLINE_NS
81} // namespace migraphx

Callers 1

TEST_CASEFunction · 0.85

Calls 3

encodeFunction · 0.70
beginMethod · 0.45
endMethod · 0.45

Tested by 1

TEST_CASEFunction · 0.68