Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/douchuan/algorithm
/ is_some
Method
is_some
src/tree/binary/node.rs:223–225 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
221
}
222
223
pub fn is_some(&self) -> bool {
224
self.node.is_some()
225
}
226
227
pub fn is_none(&self) -> bool {
228
self.node.is_none()
Callers
15
contains
Method · 0.80
keys_with_prefix
Method · 0.80
longest_prefix_of
Method · 0.80
collect_prefix
Function · 0.80
collect_match
Function · 0.80
contains
Method · 0.80
delete_dth
Method · 0.80
collect_prefix
Function · 0.80
collect_match
Function · 0.80
longest_prefix_of_dth
Function · 0.80
has_cycle
Function · 0.80
do_find
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected