Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ getSequenceData
Method
getSequenceData
src/catalog/catalog_entry/sequence_catalog_entry.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
namespace catalog {
17
18
SequenceData SequenceCatalogEntry::getSequenceData() {
19
std::lock_guard lck(mtx);
20
return sequenceData;
21
}
22
23
int64_t SequenceCatalogEntry::currVal() {
24
std::lock_guard lck(mtx);
Callers
1
bindFunc
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected