Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ getFlowFile
Method
getFlowFile
extensions/script/ScriptFlowFile.cpp:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
std::shared_ptr<core::FlowFile> ScriptFlowFile::getFlowFile() {
80
return flow_file_;
81
}
82
83
void ScriptFlowFile::releaseFlowFile() {
84
flow_file_.reset();
Callers
12
transfer
Method · 0.80
read
Method · 0.80
write
Method · 0.80
create
Method · 0.80
transfer
Method · 0.80
read
Method · 0.80
write
Method · 0.80
create
Method · 0.80
checkDefragment
Method · 0.80
processBin
Method · 0.80
transferFlowsToFail
Method · 0.80
addFlowsToSession
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected