Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
void FlowFile::clearResourceClaim() {
97
claim_ = nullptr;
98
}
99
void FlowFile::setResourceClaim(const std::shared_ptr<ResourceClaim>& claim) {
100
claim_ = claim;
101
}
Callers
1
stash
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected