MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / GetCount

Method GetCount

src/storage/segment.h:126–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 void UnRef() { refs_.fetch_sub(1, std::memory_order_relaxed); }
125
126 uint64_t GetCount() { return count_.load(std::memory_order_relaxed); }
127
128 public:
129 TimeEntries entries;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected