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

Function check

src/jrd/Mapping.cpp:77–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75const char* TYPE_SEEN = "Seen";
76
77void check(const char* s, IStatus* st)
78{
79 if (!(st->getState() & IStatus::STATE_ERRORS))
80 return;
81
82 Arg::StatusVector newStatus(st);
83 newStatus << Arg::Gds(isc_map_load) << s;
84 newStatus.raise();
85}
86
87} // anonymous namespace
88

Callers 15

sleuthCheckMethod · 0.70
cryptThreadRoutineMethod · 0.70
setEngineReleaseDelayFunction · 0.70
startMethod · 0.70
attachMethod · 0.70
populateMethod · 0.70
getListMethod · 0.70
executeMethod · 0.70
setMethod · 0.70
tryKeyTypeMethod · 0.50
createBatchMethod · 0.50
BatchMethod · 0.50

Calls 3

GdsClass · 0.85
getStateMethod · 0.45
raiseMethod · 0.45

Tested by

no test coverage detected