MCPcopy 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
62bool 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
73string TimeStatList::List() const

Callers 1

ListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected