MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / to_base64

Function to_base64

src/include/base64.hpp:561–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561inline std::string to_base64(std::string_view data) {
562 return encode_into<std::string>(std::begin(data), std::end(data));
563}
564
565template <class OutputBuffer>
566inline OutputBuffer decode_into(std::string_view base64Text) {

Callers

nothing calls this directly

Calls 2

beginFunction · 0.85
endFunction · 0.85

Tested by

no test coverage detected