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

Method event_attach

src/jrd/trace/TraceManager.cpp:470–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468
469
470void TraceManager::event_attach(ITraceDatabaseConnection* connection,
471 bool create_db, ntrace_result_t att_result)
472{
473 EXECUTE_HOOKS(trace_attach,
474 (connection, create_db, att_result));
475
476 trace_needs &= ~(FB_CONST64(1) << ITraceFactory::TRACE_EVENT_ATTACH);
477}
478
479void TraceManager::event_detach(ITraceDatabaseConnection* connection, bool drop_db)
480{

Callers 4

trace_failed_attachFunction · 0.80
internalAttachMethod · 0.80
createDatabaseMethod · 0.80
unwindAttachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected