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

Class Timestamp

src/types/mod.rs:427–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425#[derive(Eq, PartialEq, Ord, PartialOrd, Copy, Clone)]
426#[cfg_attr(not(feature = "verify"), derive(Debug))]
427pub struct Timestamp(u64);
428
429impl Timestamp {
430 pub fn new(nsec: u64) -> Timestamp {

Callers 5

newMethod · 0.85
maxMethod · 0.85
from_sec_nsecMethod · 0.85
checked_subMethod · 0.85
subMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected