Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ getGroupName
Method
getGroupName
libminifi/include/core/ClassLoader.h:137–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
virtual std::string getName() = 0;
136
137
virtual std::string getGroupName() const {
138
return group_;
139
}
140
141
virtual std::string getClassName() = 0;
142
/**
Callers
1
registerClass
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected