Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ releaseFlowFile
Method
releaseFlowFile
extensions/script/ScriptFlowFile.cpp:83–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
void ScriptFlowFile::releaseFlowFile() {
84
flow_file_.reset();
85
}
86
87
} /* namespace script */
88
} /* namespace minifi */
Callers
2
releaseCoreResources
Method · 0.80
releaseCoreResources
Method · 0.80
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected