Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ checkD
Function
checkD
src/dsql/DsqlRequests.cpp:1129–1133 ·
view source on GitHub ↗
raise error if one present
Source
from the content-addressed store, hash-verified
1127
1128
// raise error if one present
1129
static void checkD(IStatus* st)
1130
{
1131
if (st->getState() & IStatus::STATE_ERRORS)
1132
ERRD_post(Arg::StatusVector(st));
1133
}
Callers
1
parseMetadata
Method · 0.85
Calls
3
ERRD_post
Function · 0.85
StatusVector
Class · 0.70
getState
Method · 0.45
Tested by
no test coverage detected