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

Method InputStreamPipe

libminifi/include/io/StreamPipe.h:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81class InputStreamPipe : public InputStreamCallback {
82 public:
83 explicit InputStreamPipe(std::shared_ptr<io::OutputStream> output) : output_(std::move(output)) {}
84
85 int64_t process(const std::shared_ptr<io::BaseStream>& stream) override {
86 return internal::pipe(stream, output_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected