Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/17cupsofcoffee/nova
/ total_time
Method
total_time
src/time.rs:79–81 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
77
}
78
79
pub fn total_time(&self) -> Duration {
80
self.start_time.elapsed()
81
}
82
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected