Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carsonpo/haystackdb
/ get
Method
get
src/structures/metadata_index.rs:223–228 ·
view source on GitHub ↗
(&mut self, key: u128)
Source
from the content-addressed store, hash-verified
221
}
222
223
pub fn get(&mut self, key: u128) -> Option<MetadataIndexItem> {
224
match self.tree.search(key) {
225
Ok(v) => v,
226
Err(_) => None,
227
}
228
}
229
}
Callers
5
from_index
Method · 0.45
insert_non_full
Method · 0.45
search_node
Method · 0.45
split
Method · 0.45
query
Method · 0.45
Calls
1
search
Method · 0.45
Tested by
no test coverage detected