MCPcopy 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
916SLONG genUniqueId()
917{
918 static Firebird::AtomicCounter cnt;
919 return ++cnt;
920}
921
922void getCwd(Firebird::PathName& pn)
923{

Callers 8

putDatabaseMethod · 0.85
putAttachmentMethod · 0.85
putTransactionMethod · 0.85
putStatementMethod · 0.85
putRequestMethod · 0.85
putCallMethod · 0.85
putStatisticsMethod · 0.85
getLockOwnerIdMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected