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

Method isEmpty

libminifi/src/Connection.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool Connection::isEmpty() {
115 std::lock_guard<std::mutex> lock(mutex_);
116
117 return queue_.empty();
118}
119
120bool Connection::isFull() {
121 std::lock_guard<std::mutex> lock(mutex_);

Callers 5

getMethodMethod · 0.45
getSignatureMethod · 0.45
unpackNarsMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected