MCPcopy Index your code
hub / github.com/SingleRust/SingleRust / is_some

Method is_some

src/shared/mod.rs:86–88  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

84 }
85
86 pub fn is_some(&self) -> bool {
87 !self.is_none()
88 }
89}
90
91#[macro_export]

Callers 2

mark_filter_cellsFunction · 0.80
mark_filter_genesFunction · 0.80

Calls 1

is_noneMethod · 0.80

Tested by

no test coverage detected