MCPcopy Create free account
hub / github.com/PDAL/PDAL / base64_encode

Function base64_encode

pdal/util/Utils.hpp:344–345  ·  view source on GitHub ↗

Convert a buffer to a string using base64 encoding. \param bytes Pointer to buffer to encode. \return Encoded buffer. */

Source from the content-addressed store, hash-verified

342 \return Encoded buffer.
343 */
344 inline std::string base64_encode(std::vector<uint8_t> const& bytes)
345 { return base64_encode(bytes.data(), bytes.size()); }
346
347 /**
348 Decode a base64-encoded string into a buffer.

Callers 8

readyTableMethod · 0.85
Vlr.cppFile · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
setupParquetMethod · 0.85
addEncodedFunction · 0.85
addListEncodedFunction · 0.85

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by 3

TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68