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

Method getSize

libminifi/src/core/FlowFile.cpp:156–158  ·  view source on GitHub ↗

Get Size

Source from the content-addressed store, hash-verified

154
155// Get Size
156uint64_t FlowFile::getSize() const {
157 return size_;
158}
159// ! Get Offset
160uint64_t FlowFile::getOffset() const {
161 return offset_;

Callers 15

flowfile_to_recordFunction · 0.45
failureStrategyAsIsFunction · 0.45
MergeFileTests.cppFile · 0.45
putMethod · 0.45
multiPutMethod · 0.45
pollMethod · 0.45
serializeMethod · 0.45
cloneMethod · 0.45
cloneDuringTransferMethod · 0.45
readMethod · 0.45
importFromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected