Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dds-bridge/dds
/ Used
Method
Used
library/src/system/time_stat_list.cpp:62–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
61
62
bool TimeStatList::Used() const
63
{
64
for (unsigned i = 0; i < list.size(); i++)
65
{
66
if (list[i].Used())
67
return true;
68
}
69
return false;
70
}
71
72
73
string TimeStatList::List() const
Callers
1
List
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected