Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ check
Method
check
src/common/status.h:83–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
void check() const
84
{
85
if (localStatusVector.isDirty())
86
{
87
if (localStatus.getState() & Firebird::IStatus::STATE_ERRORS)
88
raise();
89
}
90
}
91
92
void copyTo(SW* to) const
93
{
Callers
nothing calls this directly
Calls
3
raise
Function · 0.85
isDirty
Method · 0.80
getState
Method · 0.45
Tested by
no test coverage detected