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

Function from_base64

src/include/base64.hpp:691–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689}
690
691inline std::string from_base64(std::string_view data) {
692 return decode_into<std::string>(data);
693}
694
695} // namespace base64
696

Callers 2

load_image_base64Method · 0.85
load_audio_base64Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected