Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get
Function · 0.80
lock
Method · 0.80
Calls
1
value
Method · 0.45
Tested by
no test coverage detected