Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ setURL
Method
setURL
libminifi/include/core/ProcessGroup.h:73–75 ·
view source on GitHub ↗
Set URL
Source
from the content-addressed store, hash-verified
71
virtual ~ProcessGroup();
72
// Set URL
73
void setURL(std::string url) {
74
url_ = url;
75
}
76
// Get URL
77
std::string getURL(void) {
78
return (url_);
Callers
2
parseRemoteProcessGroupYaml
Method · 0.45
parseProvenanceReportingYaml
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected