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

Method ValdiArchive

valdi_core/src/valdi_core/cpp/Resources/ValdiArchive.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37ValdiArchive::ValdiArchive(const Bytes& bytes) : ValdiArchive(bytes.data(), bytes.data() + bytes.size()) {}
38
39ValdiArchive::ValdiArchive(const Byte* dataBegin, const Byte* dataEnd) : _dataBegin(dataBegin), _dataEnd(dataEnd) {}
40

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected