Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/17cupsofcoffee/nova
/ tick
Method
tick
src/time.rs:24–27 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
22
}
23
24
pub fn tick(&mut self) {
25
self.advance_time();
26
self.cap_accumulated_time();
27
}
28
29
pub fn tick_until_update_ready(&mut self) {
30
self.advance_time();
Callers
nothing calls this directly
Calls
2
advance_time
Method · 0.80
cap_accumulated_time
Method · 0.80
Tested by
no test coverage detected