Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
std::unique_ptr<ByteInputStream> SerializedPage::prepareStreamForDeserialize() {
63
return std::make_unique<ByteInputStream>(std::move(ranges_));
64
}
65
66
void ExchangeQueue::noMoreSources() {
67
std::vector<ContinuePromise> promises;
Callers
2
next
Method · 0.80
getOutput
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected