MCPcopy Create free account
hub / github.com/carsonpo/haystackdb / InvertedIndexItem

Class InvertedIndexItem

src/structures/inverted_index.rs:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11#[derive(Debug, Serialize, Deserialize, Clone)]
12pub struct InvertedIndexItem {
13 pub indices: Vec<usize>,
14 pub ids: Vec<u128>,
15}
16
17impl Display for InvertedIndexItem {
18 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected