Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dds-bridge/dds
/ ThreadSize
Method
ThreadSize
library/src/system/memory.cpp:68–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
67
68
std::string Memory::ThreadSize(const unsigned thrId) const
69
{
70
if (thrId >= threadSizes.size()) return std::string();
71
return threadSizes[thrId];
72
}
73
Callers
1
GetDDSInfo
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected