Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ getNextQueryID
Method
getNextQueryID
src/main/database.cpp:248–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
}
247
248
uint64_t Database::getNextQueryID() {
249
std::unique_lock lock(queryIDGenerator.queryIDLock);
250
return queryIDGenerator.queryID++;
251
}
252
253
} // namespace main
254
} // namespace lbug
Callers
1
executeNoLock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected