Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ FileLock
Method
FileLock
src/common/isc_sync.cpp:469–471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
467
468
469
FileLock::FileLock(const char* fileName, InitFunction* init)
470
: file(REF_NO_INCR, SharedFileInfo::get(fileName)), initFunction(init), level(LCK_NONE)
471
{ }
472
473
FileLock::~FileLock()
474
{
Callers
nothing calls this directly
Calls
1
get
Function · 0.70
Tested by
no test coverage detected