Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ process
Method
process
libminifi/test/archive-tests/MergeFileTests.cpp:100–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
return total_read;
99
}
100
int64_t process(const std::shared_ptr<minifi::io::BaseStream>& stream) {
101
return write(*stream.get(), capacity_);
102
}
103
104
private:
105
std::unique_ptr<uint8_t[]> buf_;
Callers
1
FlowFileSerializationTests.cpp
File · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected