MCPcopy Create free account
hub / github.com/PLSysSec/wave / sub

Method sub

src/types/mod.rs:506–508  ·  view source on GitHub ↗
(self, rhs: Self)

Source from the content-addressed store, hash-verified

504 type Output = Timestamp;
505
506 fn sub(self, rhs: Self) -> Self::Output {
507 Timestamp(self.0 - rhs.0)
508 }
509}
510
511pub enum Advice {

Callers

nothing calls this directly

Calls 1

TimestampClass · 0.85

Tested by

no test coverage detected