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

Function write_pack_opts_is_local

repack.c:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86bool write_pack_opts_is_local(const struct write_pack_opts *opts)
87{
88 return starts_with(opts->destination, opts->packdir);
89}
90
91int finish_pack_objects_cmd(const struct git_hash_algo *algop,
92 const struct write_pack_opts *opts,

Callers 1

finish_pack_objects_cmdFunction · 0.85

Calls 1

starts_withFunction · 0.85

Tested by

no test coverage detected