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

Function DDSInitialize

library/src/dds.cpp:65–68  ·  view source on GitHub ↗

* @brief Initialize the DDS library. */

Source from the content-addressed store, hash-verified

63 * @brief Initialize the DDS library.
64 */
65void DDSInitialize(void)
66{
67 SetMaxThreads(0);
68}
69
70
71/**

Callers

nothing calls this directly

Calls 1

SetMaxThreadsFunction · 0.85

Tested by

no test coverage detected