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

Method Put

libminifi/include/core/Repository.h:98–100  ·  view source on GitHub ↗

Put

Source from the content-addressed store, hash-verified

96 }
97 // Put
98 virtual bool Put(std::string /*key*/, const uint8_t* /*buf*/, size_t /*bufLen*/) {
99 return true;
100 }
101
102 virtual bool MultiPut(const std::vector<std::pair<std::string, std::unique_ptr<io::BufferStream>>>& /*data*/) {
103 return true;

Callers 1

PersistMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected