Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
populate
Method · 0.80
populate
Method · 0.80
populate
Method · 0.80
head_commit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected