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

Method getTimeOut

libminifi/include/core/ProcessGroup.h:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 timeOut_ = time;
91 }
92 uint64_t getTimeOut() {
93 return timeOut_;
94 }
95 // setInterface
96 void setInterface(std::string &ifc) {
97 local_network_interface_ = ifc;

Callers 1

parsePortYamlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected