MCPcopy 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

setRemotePortMethod · 0.45
parsePortYamlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected