Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/douglance/devsql
/ is_head_detached
Method
is_head_detached
crates/vcsql/src/git/repository.rs:99–101 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
97
}
98
99
pub fn is_head_detached(&self) -> bool {
100
self.repo.head_detached().unwrap_or(false)
101
}
102
103
pub fn graph_ahead_behind(
104
&self,
Callers
1
populate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected