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

Method checkException

src/common/status.h:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133 public:
134 static void checkException(LogWrapper* status)
135 {
136 if (status->dirty && (status->getState() & IStatus::STATE_ERRORS))
137 iscLogStatus(status->text, status->status);
138 }
139
140 private:
141 const char* text;

Callers

nothing calls this directly

Calls 2

iscLogStatusFunction · 0.85
getStateMethod · 0.45

Tested by

no test coverage detected