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

Method setResourceClaim

libminifi/src/core/FlowFile.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 claim_ = nullptr;
98}
99void FlowFile::setResourceClaim(const std::shared_ptr<ResourceClaim>& claim) {
100 claim_ = claim;
101}
102
103std::shared_ptr<ResourceClaim> FlowFile::getStashClaim(const std::string& key) {
104 return stashedContent_[key];

Callers 8

transmit_flowfileFunction · 0.80
RepoTests.cppFile · 0.80
cloneMethod · 0.80
cloneDuringTransferMethod · 0.80
writeMethod · 0.80
importFromMethod · 0.80
importMethod · 0.80
restoreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected