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