MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / is_in_bounds

Method is_in_bounds

cranelift/bforest/src/map.rs:830–832  ·  view source on GitHub ↗
(&self, key: K)

Source from the content-addressed store, hash-verified

828 C: Comparator<K>,
829{
830 fn is_in_bounds(&self, key: K) -> bool {
831 self.is_in_start_bound(key) && self.is_in_end_bound(key)
832 }
833
834 fn is_in_start_bound(&self, key: K) -> bool {
835 match self.start {

Callers 2

nextMethod · 0.80
next_backMethod · 0.80

Calls 2

is_in_start_boundMethod · 0.80
is_in_end_boundMethod · 0.80

Tested by

no test coverage detected