Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
private:
119
void producerLoop() {
Callers
2
TEST
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64