MCPcopy 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

containsMethod · 0.80
keys_with_prefixMethod · 0.80
longest_prefix_ofMethod · 0.80
collect_prefixFunction · 0.80
collect_matchFunction · 0.80
containsMethod · 0.80
delete_dthMethod · 0.80
collect_prefixFunction · 0.80
collect_matchFunction · 0.80
longest_prefix_of_dthFunction · 0.80
has_cycleFunction · 0.80
do_findFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected