Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ set_terminate_callback
Function
set_terminate_callback
nanofi/src/api/nanofi.cpp:90–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void set_terminate_callback(void (*terminate_callback)()) {
91
std::set_terminate(terminate_callback);
92
}
93
94
class DirectoryConfiguration {
95
protected:
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected