MCPcopy Create free account
hub / github.com/chc4/lineiform / pull

Method pull

tangle/src/time.rs:50–53  ·  view source on GitHub ↗
(mut self)

Source from the content-addressed store, hash-verified

48 /// Pull the timestamp to a sooner minor time
49 #[must_use]
50 pub fn pull(mut self) -> Self {
51 self.minor = self.minor.checked_sub(1).unwrap();
52 self
53 }
54}
55
56impl PartialOrd for Timestamp {

Callers 3

sub_oneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected