MCPcopy 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
146Ref<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

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected