MCPcopy 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
469FileLock::FileLock(const char* fileName, InitFunction* init)
470 : file(REF_NO_INCR, SharedFileInfo::get(fileName)), initFunction(init), level(LCK_NONE)
471{ }
472
473FileLock::~FileLock()
474{

Callers

nothing calls this directly

Calls 1

getFunction · 0.70

Tested by

no test coverage detected