Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ init
Method
init
src/jrd/trace/TraceManager.cpp:125–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
void TraceManager::init()
126
{
127
// ensure storage is initialized
128
getStorage();
129
load_plugins();
130
changeNumber = 0;
131
}
132
133
void TraceManager::load_plugins()
134
{
Callers
1
TRACE_main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected