Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ newMonitorGeneration
Method
newMonitorGeneration
src/jrd/Database.cpp:128–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
ULONG Database::newMonitorGeneration() const
129
{
130
fb_assert(dbb_tip_cache);
131
return dbb_tip_cache->newMonitorGeneration();
132
}
133
134
const Firebird::string& Database::getUniqueFileId()
135
{
Callers
1
MonitoringSnapshot
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected