MCPcopy 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
28void BlockServiceFileTracker::pushShardResponses(std::vector<ShardResponse>& responses) {
29 _queue.push(responses);
30}
31
32void BlockServiceFileTracker::_processResponses() {
33 _queue.pull(_responses, MAX_SHARD_RESPONSES, 100_ms);

Callers 1

stepMethod · 0.80

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected