MCPcopy 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
90void set_terminate_callback(void (*terminate_callback)()) {
91 std::set_terminate(terminate_callback);
92}
93
94class DirectoryConfiguration {
95 protected:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected