Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ get_worktrees_without_reading_head
Function
get_worktrees_without_reading_head
worktree.c:222–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
struct worktree **get_worktrees_without_reading_head(void)
223
{
224
return get_worktrees_internal(1);
225
}
226
227
char *get_worktree_git_dir(const struct worktree *wt)
228
{
Callers
1
cmd_refs_verify
Function · 0.85
Calls
1
get_worktrees_internal
Function · 0.85
Tested by
no test coverage detected