MCPcopy Create free account
hub / github.com/douchuan/algorithm / mid

Method mid

src/strings/tst.rs:268–270  ·  view source on GitHub ↗

middle subtries

(&self)

Source from the content-addressed store, hash-verified

266
267 // middle subtries
268 fn mid(&self) -> Option<NonNull<Node<T>>> {
269 self.subtries[1]
270 }
271
272 // right subtries
273 fn right(&self) -> Option<NonNull<Node<T>>> {

Callers 6

keys_with_prefixMethod · 0.80
longest_prefix_ofMethod · 0.80
get_dthFunction · 0.80
put_dthFunction · 0.80
collect_prefixFunction · 0.80
collect_matchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected