Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
561
inline std::string to_base64(std::string_view data) {
562
return encode_into<std::string>(std::begin(data), std::end(data));
563
}
564
565
template <class OutputBuffer>
566
inline OutputBuffer decode_into(std::string_view base64Text) {
Callers
nothing calls this directly
Calls
2
begin
Function · 0.85
end
Function · 0.85
Tested by
no test coverage detected