Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
ValdiArchive::ValdiArchive(const Bytes& bytes) : ValdiArchive(bytes.data(), bytes.data() + bytes.size()) {}
38
39
ValdiArchive::ValdiArchive(const Byte* dataBegin, const Byte* dataEnd) : _dataBegin(dataBegin), _dataEnd(dataEnd) {}
40
Callers
nothing calls this directly
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected