MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / getAPIStats

Method getAPIStats

src/nexusinterface.cpp:1217–1223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1215}
1216
1217APIStats NexusInterface::getAPIStats() const
1218{
1219 APIStats stats;
1220 stats.requestsQueued = m_RequestQueue.size();
1221
1222 return stats;
1223}
1224
1225namespace
1226{

Callers 1

MainWindowMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected