MCPcopy 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
125bool FlowFile::hasStashClaim(const std::string& key) {
126 return stashedContent_.find(key) != stashedContent_.end();
127}
128
129// ! Get Entry Date
130uint64_t FlowFile::getEntryDate() const {

Callers 1

restoreMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected