MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / reset

Method reset

extensions/http-curl/client/HTTPClient.h:243–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 curl_off_t uploaded_data_;
242 curl_off_t downloaded_data_;
243 void reset(){
244 last_transferred_ = std::chrono::steady_clock::now();
245 uploaded_data_ = 0;
246 downloaded_data_ = 0;
247 }
248 };
249
250 Progress progress_;

Callers 11

submitMethod · 0.45
run_varianceFunction · 0.45
run_timeout_varianceFunction · 0.45
cleanupMethod · 0.45
cleanupMethod · 0.45
cleanupMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 8

run_varianceFunction · 0.36
run_timeout_varianceFunction · 0.36
cleanupMethod · 0.36
cleanupMethod · 0.36
cleanupMethod · 0.36
mainFunction · 0.36