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

Class DataRoot

backend/src/git/client.rs:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20#[derive(Clone, Debug, Default)]
21pub struct DataRoot {
22 pub path: PathBuf,
23}
24
25impl std::fmt::Display for DataRoot {
26 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