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

Method head

crates/vcsql/src/git/repository.rs:71–73  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

69 }
70
71 pub fn head(&self) -> Result<Reference<'_>> {
72 Ok(self.repo.head()?)
73 }
74
75 pub fn head_commit(&self) -> Result<Commit<'_>> {
76 let head = self.head()?;

Callers 4

populateMethod · 0.80
populateMethod · 0.80
populateMethod · 0.80
head_commitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected