Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ invoke
Function
invoke
nanofi/src/api/nanofi.cpp:684–686 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
682
}
683
684
flow_file_record *invoke(standalone_processor* proc) {
685
return invoke_ff(proc, nullptr);
686
}
687
688
689
flow_file_record *invoke_ff(standalone_processor* proc, const flow_file_record *input_ff) {
Callers
8
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
CTailFileChunkTests.cpp
File · 0.85
CAPITests.cpp
File · 0.85
invoke_processor
Function · 0.85
GeneralUtilsTest.cpp
File · 0.85
operator|
Function · 0.85
Calls
1
invoke_ff
Function · 0.85
Tested by
1
invoke_processor
Function · 0.68