MCPcopy 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
222struct worktree **get_worktrees_without_reading_head(void)
223{
224 return get_worktrees_internal(1);
225}
226
227char *get_worktree_git_dir(const struct worktree *wt)
228{

Callers 1

cmd_refs_verifyFunction · 0.85

Calls 1

get_worktrees_internalFunction · 0.85

Tested by

no test coverage detected