MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / base64_error

Class base64_error

common/base64.hpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34#include <string>
35
36class base64_error : public std::runtime_error
37{
38public:
39 using std::runtime_error::runtime_error;
40};
41
42class base64
43{

Callers 2

decodeMethod · 0.70
_base64_valueMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected