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

Class Client

backend/src/git/client.rs:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101#[derive(Clone, Debug)]
102pub struct Client {
103 pub root: DataRoot,
104 pub timespec: Timespec,
105 pub viewer: Arc<Viewer>,
106}
107
108impl Client {
109 pub fn new(viewer: Arc<Viewer>, root: &DataRoot, timespec: Timespec) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected