Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ hasStashClaim
Method
hasStashClaim
libminifi/src/core/FlowFile.cpp:125–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
bool FlowFile::hasStashClaim(const std::string& key) {
126
return stashedContent_.find(key) != stashedContent_.end();
127
}
128
129
// ! Get Entry Date
130
uint64_t FlowFile::getEntryDate() const {
Callers
1
restore
Method · 0.80
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected