MCPcopy 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
1129static void checkD(IStatus* st)
1130{
1131 if (st->getState() & IStatus::STATE_ERRORS)
1132 ERRD_post(Arg::StatusVector(st));
1133}

Callers 1

parseMetadataMethod · 0.85

Calls 3

ERRD_postFunction · 0.85
StatusVectorClass · 0.70
getStateMethod · 0.45

Tested by

no test coverage detected