Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ release
Method
release
src/common/classes/RefMutex.h:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
static int release(T* object)
84
{
85
return object->release();
86
}
87
};
88
89
template <typename T>
Callers
nothing calls this directly
Calls
1
release
Method · 0.45
Tested by
no test coverage detected