Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
private:
206
IMaster* master;
Callers
1
main
Function · 0.45
Calls
1
getErrors
Method · 0.45
Tested by
no test coverage detected