Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1217
APIStats NexusInterface::getAPIStats() const
1218
{
1219
APIStats stats;
1220
stats.requestsQueued = m_RequestQueue.size();
1221
1222
return stats;
1223
}
1224
1225
namespace
1226
{
Callers
1
MainWindow
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected