Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
65
void DDSInitialize(void)
66
{
67
SetMaxThreads(0);
68
}
69
70
71
/**
Callers
nothing calls this directly
Calls
1
SetMaxThreads
Function · 0.85
Tested by
no test coverage detected