Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/quantum
/ incSharedQueueErrorCount
Method
incSharedQueueErrorCount
quantum/impl/quantum_queue_statistics_impl.h:103–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
inline
104
void QueueStatistics::incSharedQueueErrorCount()
105
{
106
++_sharedQueueErrorCount;
107
}
108
109
inline
110
size_t QueueStatistics::completedCount() const
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected