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

Method event_set_context

src/jrd/trace/TraceManager.cpp:502–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502void TraceManager::event_set_context(ITraceDatabaseConnection* connection,
503 ITraceTransaction* transaction, ITraceContextVariable* variable)
504{
505 EXECUTE_HOOKS(trace_set_context,
506 (connection, transaction, variable));
507}
508
509void TraceManager::event_proc_compile(ITraceDatabaseConnection* connection,
510 ITraceProcedure* procedure, ntrace_counter_t time_millis, ntrace_result_t proc_result)

Callers 1

evlSetContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected