MCPcopy Create free account
hub / github.com/17cupsofcoffee/nova / delta

Method delta

src/time.rs:57–59  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

55 }
56
57 pub fn delta(&self) -> Duration {
58 self.target_time
59 }
60
61 pub fn blend_factor(&self) -> f32 {
62 self.accumulated_time.as_secs_f32() / self.target_time.as_secs_f32()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected