MCPcopy Create free account
hub / github.com/bytedance/bolt / loadData

Method loadData

bolt/exec/OutputBuffer.cpp:208–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void DestinationBuffer::loadData(ArbitraryBuffer* buffer, uint64_t maxBytes) {
209 auto pages = buffer->getPages(maxBytes);
210 for (auto& page : pages) {
211 enqueue(std::move(page));
212 }
213}
214
215std::vector<std::shared_ptr<SerializedPage>> DestinationBuffer::acknowledge(
216 int64_t sequence,

Callers 1

TEST_FFunction · 0.45

Calls 1

getPagesMethod · 0.80

Tested by 1

TEST_FFunction · 0.36