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

Method createRaw

libminifi/include/core/ClassLoader.h:106–108  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

104 * Create a shared pointer to a new processor.
105 */
106 virtual CoreComponent *createRaw(const std::string& /*name*/) {
107 return nullptr;
108 }
109
110 /**
111 * Create a shared pointer to a new processor.

Callers 1

instantiateRawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected