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

Class MetadataIndex

src/structures/metadata_index.rs:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201pub struct MetadataIndex {
202 pub path: PathBuf,
203 pub tree: Tree<u128, MetadataIndexItem>,
204}
205
206impl MetadataIndex {
207 pub fn new(path: PathBuf) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected