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

Method clearResourceClaim

libminifi/src/core/FlowFile.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void FlowFile::clearResourceClaim() {
97 claim_ = nullptr;
98}
99void FlowFile::setResourceClaim(const std::shared_ptr<ResourceClaim>& claim) {
100 claim_ = claim;
101}

Callers 1

stashMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected