MCPcopy Create free account
hub / github.com/git/git / path_in_sparse_checkout

Function path_in_sparse_checkout

dir.c:1612–1616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1610}
1611
1612int path_in_sparse_checkout(const char *path,
1613 struct index_state *istate)
1614{
1615 return path_in_sparse_checkout_1(path, istate, 0);
1616}
1617
1618int path_in_cone_mode_sparse_checkout(const char *path,
1619 struct index_state *istate)

Callers 14

reuse_worktree_fileFunction · 0.85
update_callbackFunction · 0.85
convert_to_sparse_recFunction · 0.85
cmd_mvFunction · 0.85
update_index_from_diffFunction · 0.85
chmod_pathspecFunction · 0.85
refreshFunction · 0.85
add_filesFunction · 0.85

Calls 1