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

Method mtim

src/types/mod.rs:729–731  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

727 }
728
729 pub fn mtim(&self) -> bool {
730 nth_bit_set(self.0, 2)
731 }
732
733 pub fn mtim_now(&self) -> bool {
734 nth_bit_set(self.0, 3)

Callers 3

try_fromMethod · 0.80

Calls 1

nth_bit_setFunction · 0.85

Tested by

no test coverage detected