Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
uint64_t FlowFile::getSize() const {
157
return size_;
158
}
159
// ! Get Offset
160
uint64_t FlowFile::getOffset() const {
161
return offset_;
Callers
15
flowfile_to_record
Function · 0.45
failureStrategyAsIs
Function · 0.45
CompressContentTests.cpp
File · 0.45
MergeFileTests.cpp
File · 0.45
put
Method · 0.45
multiPut
Method · 0.45
poll
Method · 0.45
serialize
Method · 0.45
clone
Method · 0.45
cloneDuringTransfer
Method · 0.45
read
Method · 0.45
importFrom
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected