Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/douchuan/algorithm
/ is_none
Method
is_none
src/tree/binary/node.rs:227–229 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
225
}
226
227
pub fn is_none(&self) -> bool {
228
self.node.is_none()
229
}
230
231
pub fn i_am_left(&self) -> bool {
232
self.is_some() && self.parent().left().node == self.node
Callers
15
put
Method · 0.80
is_empty
Method · 0.80
put
Method · 0.80
put_dth
Method · 0.80
has_cycle
Function · 0.80
push_front
Method · 0.80
pop_front
Method · 0.80
check
Method · 0.80
check
Method · 0.80
check
Method · 0.80
new
Method · 0.80
insert
Method · 0.80
Calls
no outgoing calls
Tested by
2
t_rotate_left
Function · 0.64
t_rotate_right
Function · 0.64