Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ default
Method
default
rustcv/src/core/tick_meter.rs:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
impl Default for TickMeter {
12
fn default() -> Self {
13
Self::new()
14
}
15
}
16
17
impl TickMeter {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected