MCPcopy 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

16namespace catalog {
17
18SequenceData SequenceCatalogEntry::getSequenceData() {
19 std::lock_guard lck(mtx);
20 return sequenceData;
21}
22
23int64_t SequenceCatalogEntry::currVal() {
24 std::lock_guard lck(mtx);

Callers 1

bindFuncFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected