Aktualizr
C++ SOTA Client
|
Public Member Functions | |
OSTreeHash (const uint8_t[32]) | |
std::string | string () const |
bool | operator< (const OSTreeHash &other) const |
Static Public Member Functions | |
static OSTreeHash | Parse (const std::string &hash) |
Parse an OSTree hash from a string. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const OSTreeHash &obj) |
Definition at line 9 of file ostree_hash.h.
|
static |
Parse an OSTree hash from a string.
This will normally be a root commit.
OSTreeCommitParseError | on invalid input |
Definition at line 7 of file ostree_hash.cc.