Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_cells
Function · 0.80
mark_filter_genes
Function · 0.80
Calls
1
is_none
Method · 0.80
Tested by
no test coverage detected