MCPcopy Create free account
hub / github.com/arjunskumar/Robotics_CPP_Notes / processedCount

Method processedCount

capstone/sensor_pipeline.hpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 [[nodiscard]] std::size_t processedCount() const noexcept {
115 return processed_count_.load(std::memory_order_relaxed);
116 }
117
118private:
119 void producerLoop() {

Callers 2

TESTFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64