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

Method getStashClaim

libminifi/src/core/FlowFile.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103std::shared_ptr<ResourceClaim> FlowFile::getStashClaim(const std::string& key) {
104 return stashedContent_[key];
105}
106
107void FlowFile::setStashClaim(const std::string& key, const std::shared_ptr<ResourceClaim>& claim) {
108 if (hasStashClaim(key)) {

Callers 1

restoreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected