Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ getCurrentFlowFile
Method
getCurrentFlowFile
nanofi/src/cxx/Plan.cpp:199–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
std::shared_ptr<core::FlowFile> ExecutionPlan::getCurrentFlowFile() {
200
return current_flowfile_;
201
}
202
203
std::shared_ptr<core::ProcessSession> ExecutionPlan::getCurrentSession() {
204
return current_session_;
Callers
9
get_next_flow_file
Function · 0.45
invoke_ff
Function · 0.45
invoke_chunk
Function · 0.45
InvokeHTTPTests.cpp
File · 0.45
CaptureRTSPFrameTest.cpp
File · 0.45
GetTCPTests.cpp
File · 0.45
ProcessorTests.cpp
File · 0.45
testMultiplesLogAttribute
Function · 0.45
PutFileTests.cpp
File · 0.45
Calls
no outgoing calls
Tested by
1
testMultiplesLogAttribute
Function · 0.36