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

Method write

extensions/rocksdb-repos/DatabaseContentRepository.cpp:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117std::shared_ptr<io::BaseStream> DatabaseContentRepository::write(const minifi::ResourceClaim &claim, bool append) {
118 return write(claim, append, nullptr);
119}
120
121std::shared_ptr<io::BaseStream> DatabaseContentRepository::read(const minifi::ResourceClaim &claim) {
122 // the traditional approach with these has been to return -1 from the stream; however, since we have the ability here

Callers 1

commitMethod · 0.45

Calls 2

getContentFullPathMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected