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

Method assertNonZero

src/common/classes/RefCounted.h:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 void assertNonZero()
52 {
53 fb_assert(m_refCnt.value() > 0);
54 }
55
56 protected:
57 RefCounted() : m_refCnt(0) {}

Callers 2

getFunction · 0.80
lockMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected