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

Class MetadataIndexItem

src/structures/metadata_index.rs:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82#[derive(Debug, Serialize, Deserialize, Clone)]
83pub struct MetadataIndexItem {
84 pub kvs: Vec<KVPair>,
85 pub id: u128,
86 pub vector_index: usize,
87 // pub namespaced_id: String,
88}
89
90impl Display for MetadataIndexItem {
91 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