Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XTXMarkets/ternfs
/ pushShardResponses
Method
pushShardResponses
cpp/registry/BlockServiceFileTracker.cpp:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void BlockServiceFileTracker::pushShardResponses(std::vector<ShardResponse>& responses) {
29
_queue.push(responses);
30
}
31
32
void BlockServiceFileTracker::_processResponses() {
33
_queue.pull(_responses, MAX_SHARD_RESPONSES, 100_ms);
Callers
1
step
Method · 0.80
Calls
1
push
Method · 0.80
Tested by
no test coverage detected