Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ initialize
Method
initialize
src/lock/lock.cpp:1197–1200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1195
1196
#ifdef USE_SHMEM_EXT
1197
bool LockManager::Extent::initialize(bool)
1198
{
1199
return false;
1200
}
1201
1202
void LockManager::Extent::mutexBug(int, const char*)
1203
{ }
Callers
nothing calls this directly
Calls
6
FB_ALIGN
Function · 0.85
logAndDie
Function · 0.85
reset
Method · 0.45
getCount
Method · 0.45
push
Method · 0.45
getHeader
Method · 0.45
Tested by
no test coverage detected