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

Method MultiPut

libminifi/include/core/Repository.h:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 virtual bool MultiPut(const std::vector<std::pair<std::string, std::unique_ptr<io::BufferStream>>>& /*data*/) {
103 return true;
104 }
105
106 // Delete
107 virtual bool Delete(std::string /*key*/) {

Callers 2

commitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected