Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ setTransmitting
Method
setTransmitting
libminifi/include/core/ProcessGroup.h:81–83 ·
view source on GitHub ↗
SetTransmitting
Source
from the content-addressed store, hash-verified
79
}
80
// SetTransmitting
81
void setTransmitting(bool val) {
82
transmitting_ = val;
83
}
84
// Get Transmitting
85
bool getTransmitting() {
86
return transmitting_;
Callers
3
setRemotePort
Method · 0.45
parseRemoteProcessGroupYaml
Method · 0.45
parsePortYaml
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected