Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ isRunning
Method
isRunning
libminifi/test/unit/ControllerTests.cpp:115–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
bool isRunning() override {
116
return is_running;
117
}
118
119
int16_t pause() override {
120
return 0;
Callers
2
ControllerTests.cpp
File · 0.45
FlowControllerTests.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected