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

Function is_base64

pdal/util/Utils.cpp:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260
261
262static inline bool is_base64(unsigned char c)
263{
264 return (isalnum(c) || (c == '+') || (c == '/'));
265}
266
267
268std::vector<uint8_t> Utils::base64_decode(std::string const& encoded_string)

Callers 1

base64_decodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected