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

Method getURL

libminifi/include/core/ProcessGroup.h:77–79  ·  view source on GitHub ↗

Get URL

Source from the content-addressed store, hash-verified

75 }
76 // Get URL
77 std::string getURL(void) {
78 return (url_);
79 }
80 // SetTransmitting
81 void setTransmitting(bool val) {
82 transmitting_ = val;

Callers 4

parsePortYamlMethod · 0.45
handShakeMethod · 0.45
transferFlowFilesMethod · 0.45
receiveFlowFilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected