MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / get_ring_end

Method get_ring_end

DSView/pv/data/snapshot.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86uint64_t Snapshot::get_ring_end()
87{
88 std::lock_guard<std::mutex> lock(_mutex);
89 return ring_end();
90}
91
92uint64_t Snapshot::ring_start()
93{

Callers 2

paint_traceMethod · 0.80
paint_envelopeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected