Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
class base64_error : public std::runtime_error
37
{
38
public:
39
using std::runtime_error::runtime_error;
40
};
41
42
class base64
43
{
Callers
2
decode
Method · 0.70
_base64_value
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected