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

Method print

examples/dbcrypt/CryptApplication.cpp:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 }
198
199 void print(const char* where)
200 {
201 fprintf(stderr, "Error in %s: ", where);
202 isc_print_status(status->getErrors());
203 }
204
205private:
206 IMaster* master;

Callers 1

mainFunction · 0.45

Calls 1

getErrorsMethod · 0.45

Tested by

no test coverage detected