Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ linkWith
Method
linkWith
src/jrd/jrd.cpp:538–545 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
536
}
537
538
void linkWith(Database::ExistenceRefMutex* to)
539
{
540
if (ref == to)
541
return;
542
543
leave();
544
ref = to;
545
}
546
547
void unlinkFromMutex()
548
{
Callers
2
initAttachment
Function · 0.80
JRD_shutdown_database
Function · 0.80
Calls
1
leave
Function · 0.50
Tested by
no test coverage detected