Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_hostname
Method · 0.45
getClassDescriptions
Method · 0.45
createProcessor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected