MCPcopy Index your code
hub / github.com/git/git / get_worktrees

Function get_worktrees

worktree.c:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217struct worktree **get_worktrees(void)
218{
219 return get_worktrees_internal(0);
220}
221
222struct worktree **get_worktrees_without_reading_head(void)
223{

Callers 15

lazy_init_worktree_mapFunction · 0.85
add_rebase_filesFunction · 0.85
other_head_refsFunction · 0.85
has_worktreesFunction · 0.85
die_if_checked_outFunction · 0.85
get_storeFunction · 0.85
location_options_initFunction · 0.85
updateFunction · 0.85
cmd_reflog_expireFunction · 0.85

Calls 1

get_worktrees_internalFunction · 0.85

Tested by 1

get_storeFunction · 0.68