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

Method getOffset

libminifi/src/core/FlowFile.cpp:160–162  ·  view source on GitHub ↗

! Get Offset

Source from the content-addressed store, hash-verified

158}
159// ! Get Offset
160uint64_t FlowFile::getOffset() const {
161 return offset_;
162}
163
164bool FlowFile::removeAttribute(const std::string key) {
165 auto it = attributes_.find(key);

Callers 8

cloneMethod · 0.80
cloneDuringTransferMethod · 0.80
readMethod · 0.80
importFromMethod · 0.80
importMethod · 0.80
fromFlowFileMethod · 0.80
onTriggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected