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

Method getPos

libminifi/include/utils/HTTPClient.h:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 size_t pos;
80
81 size_t getPos() {
82 std::lock_guard<std::mutex> lock(mutex);
83 return pos;
84 }
85};
86
87enum class SSLVersion : uint8_t {

Callers 2

send_writeMethod · 0.45
seek_callbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected