Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citp/BlockSci
/ ProcessStepQueue
Method
ProcessStepQueue
tools/parser/block_processor.cpp:744–744 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
742
std::vector<std::future<void>> futures;
743
744
ProcessStepQueue() {}
745
746
void addStep(ProcessStep && step) {
747
steps.emplace_back(std::move(step));
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected