Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ getEntryDate
Method
getEntryDate
libminifi/src/core/FlowFile.cpp:130–132 ·
view source on GitHub ↗
! Get Entry Date
Source
from the content-addressed store, hash-verified
128
129
// ! Get Entry Date
130
uint64_t FlowFile::getEntryDate() const {
131
return entry_date_;
132
}
133
uint64_t FlowFile::getEventTime() const {
134
return event_time_;
135
}
Callers
2
poll
Method · 0.45
fromFlowFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected