MCPcopy 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
79std::shared_ptr<core::FlowFile> ScriptFlowFile::getFlowFile() {
80 return flow_file_;
81}
82
83void ScriptFlowFile::releaseFlowFile() {
84 flow_file_.reset();

Callers 12

transferMethod · 0.80
readMethod · 0.80
writeMethod · 0.80
createMethod · 0.80
transferMethod · 0.80
readMethod · 0.80
writeMethod · 0.80
createMethod · 0.80
checkDefragmentMethod · 0.80
processBinMethod · 0.80
transferFlowsToFailMethod · 0.80
addFlowsToSessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected