MCPcopy Create free account
hub / github.com/emwalker/digraph / Index

Interface Index

backend/src/git/index.rs:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85pub trait Index {
86 fn filename(&self) -> &PathBuf;
87
88 fn serialize(&self) -> Result<String>;
89}
90
91#[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)]
92pub struct SynonymEntry {

Callers

nothing calls this directly

Implementers 1

index.rsbackend/src/git/index.rs

Calls

no outgoing calls

Tested by

no test coverage detected