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

Method event_error

src/jrd/trace/TraceManager.cpp:636–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634}
635
636void TraceManager::event_error(ITraceConnection* connection, ITraceStatusVector* status, const char* function)
637{
638 EXECUTE_HOOKS(trace_event_error,
639 (connection, status, function));
640}
641
642
643void TraceManager::event_sweep(ITraceDatabaseConnection* connection, ITraceSweepInfo* sweep,

Callers 4

transliterateExceptionFunction · 0.80
trace_warningFunction · 0.80
trace_failed_attachFunction · 0.80
purge_attachmentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected