Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parsePortYaml
Method · 0.45
handShake
Method · 0.45
transferFlowFiles
Method · 0.45
receiveFlowFiles
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected