Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ addClassName
Method
addClassName
extensions/script/python/PyProcCreator.h:81–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
public:
80
81
void addClassName(const std::string &name, std::string file) {
82
file_mapping_[name] = file;
83
}
84
85
static PyProcCreator *getPythonCreator();
86
Callers
1
configure
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected