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

Method initialize

libminifi/include/io/Stream.h:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 virtual int initialize() {
39 return 1;
40 }
41
42 virtual const uint8_t* getBuffer() const {
43 throw std::runtime_error("Not a buffered stream");

Callers 3

init_hostnameMethod · 0.45
getClassDescriptionsMethod · 0.45
createProcessorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected