Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ genUniqueId
Function
genUniqueId
src/common/utils.cpp:916–920 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
914
}
915
916
SLONG genUniqueId()
917
{
918
static Firebird::AtomicCounter cnt;
919
return ++cnt;
920
}
921
922
void getCwd(Firebird::PathName& pn)
923
{
Callers
8
putDatabase
Method · 0.85
putAttachment
Method · 0.85
putTransaction
Method · 0.85
putStatement
Method · 0.85
putRequest
Method · 0.85
putCall
Method · 0.85
putStatistics
Method · 0.85
getLockOwnerId
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected