MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getAllCount

Method getAllCount

src/jrd/extds/ExtDS.h:296–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294
295 ULONG getIdleCount() const { return m_idleArray.getCount(); }
296 ULONG getAllCount() const { return m_allCount; } ;
297
298 ULONG getMaxCount() const { return m_maxCount; }
299 void setMaxCount(ULONG val);

Callers 2

evlGetContextFunction · 0.80
~ManagerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected