MCPcopy Create free account
hub / github.com/dds-bridge/dds / libEnd

Function libEnd

library/src/dds.cpp:98–101  ·  view source on GitHub ↗

* @brief Library destructor for platforms supporting destructor attribute. * * This function is called when the library is unloaded. */

Source from the content-addressed store, hash-verified

96 * This function is called when the library is unloaded.
97 */
98static void __attribute__ ((destructor)) libEnd(void)
99{
100 CloseDebugFiles();
101}
102
103#endif
104

Callers

nothing calls this directly

Calls 1

CloseDebugFilesFunction · 0.85

Tested by

no test coverage detected