MCPcopy Create free account
hub / github.com/adambcomer/database-engine / key_in_range

Method key_in_range

src/sstable.rs:176–178  ·  view source on GitHub ↗

Returns `true` if `key` falls within `[low_key, high_key]` (inclusive). Use this as a cheap pre-filter before calling [`get`](SSTable::get).

(&self, key: &[u8])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected