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

Method create

libminifi/include/core/ClassLoader.h:99–101  ·  view source on GitHub ↗

* Create a shared pointer to a new processor. */

Source from the content-addressed store, hash-verified

97 * Create a shared pointer to a new processor.
98 */
99 virtual std::shared_ptr<CoreComponent> create(const std::string& /*name*/) {
100 return nullptr;
101 }
102
103 /**
104 * Create a shared pointer to a new processor.

Callers 1

instantiateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected