Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
submit
Method · 0.45
run_variance
Function · 0.45
run_timeout_variance
Function · 0.45
shutdownBeforeFlowController
Method · 0.45
cleanup
Method · 0.45
cleanup
Method · 0.45
cleanup
Method · 0.45
main
Function · 0.45
~HttpStreamingCallbackTestsFixture
Method · 0.45
InvokeHTTPTests.cpp
File · 0.45
HTTPClientTests.cpp
File · 0.45
Calls
no outgoing calls
Tested by
8
run_variance
Function · 0.36
run_timeout_variance
Function · 0.36
shutdownBeforeFlowController
Method · 0.36
cleanup
Method · 0.36
cleanup
Method · 0.36
cleanup
Method · 0.36
main
Function · 0.36
~HttpStreamingCallbackTestsFixture
Method · 0.36