Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ build
Method
build
valdi_core/src/valdi_core/cpp/Resources/ValdiArchive.cpp:146–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
Ref<ByteBuffer> ValdiArchiveBuilder::build() const {
147
auto out = makeShared<ByteBuffer>();
148
ValdiPacket::write(_moduleData.data(), _moduleData.size(), *out);
149
return out;
150
}
151
152
} // namespace Valdi
Callers
nothing calls this directly
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected