Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ Guard
Method
Guard
src/jrd/Monitoring.h:271–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
{
270
public:
271
explicit Guard(MonitoringData* ptr)
272
: data(ptr)
273
{
274
data->acquire();
275
}
276
277
~Guard()
278
{
Callers
nothing calls this directly
Calls
1
acquire
Method · 0.45
Tested by
no test coverage detected