Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ process
Method
process
libminifi/test/BufferReader.h:46–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
int64_t process(const std::shared_ptr<org::apache::nifi::minifi::io::BaseStream>& stream) {
47
return write(*stream.get(), stream->size());
48
}
49
50
private:
51
std::vector<uint8_t>& buffer_;
Callers
nothing calls this directly
Calls
2
get
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected