MCPcopy Create free account
hub / github.com/douglance/devsql / graph_ahead_behind

Method graph_ahead_behind

crates/vcsql/src/git/repository.rs:103–109  ·  view source on GitHub ↗
(
        &self,
        local: git2::Oid,
        upstream: git2::Oid,
    )

Source from the content-addressed store, hash-verified

101 }
102
103 pub fn graph_ahead_behind(
104 &self,
105 local: git2::Oid,
106 upstream: git2::Oid,
107 ) -> Result<(usize, usize)> {
108 Ok(self.repo.graph_ahead_behind(local, upstream)?)
109 }
110}

Callers 1

populateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected