MCPcopy Create free account
hub / github.com/Snapchat/Valdi / ValdiArchive

Class ValdiArchive

valdi_core/src/valdi_core/cpp/Resources/ValdiArchive.hpp:31–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29};
30
31class ValdiArchive {
32public:
33 explicit ValdiArchive(const Bytes& bytes);
34 explicit ValdiArchive(const Byte* dataBegin, const Byte* dataEnd);
35
36 [[nodiscard]] Result<std::vector<ValdiArchiveEntry>> getEntries() const;
37
38private:
39 const Byte* _dataBegin;
40 const Byte* _dataEnd;
41};
42
43class ValdiArchiveBuilder {
44public:

Callers 3

deserializeMethod · 0.85
populateMethod · 0.85
deserializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected