Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
114
bool Connection::isEmpty() {
115
std::lock_guard<std::mutex> lock(mutex_);
116
117
return queue_.empty();
118
}
119
120
bool Connection::isFull() {
121
std::lock_guard<std::mutex> lock(mutex_);
Callers
5
FlowControllerTests.cpp
File · 0.45
loadC2ResponseConfiguration
Method · 0.45
getMethod
Method · 0.45
getSignature
Method · 0.45
unpackNars
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected