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

Method prepareStreamForDeserialize

bolt/exec/ExchangeQueue.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62std::unique_ptr<ByteInputStream> SerializedPage::prepareStreamForDeserialize() {
63 return std::make_unique<ByteInputStream>(std::move(ranges_));
64}
65
66void ExchangeQueue::noMoreSources() {
67 std::vector<ContinuePromise> promises;

Callers 2

nextMethod · 0.80
getOutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected