MCPcopy 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

getMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected