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

Function convert_to_working_tree_ca

convert.c:1533–1540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1531}
1532
1533int convert_to_working_tree_ca(const struct conv_attrs *ca,
1534 const char *path, const char *src,
1535 size_t len, struct strbuf *dst,
1536 const struct checkout_metadata *meta)
1537{
1538 return convert_to_working_tree_ca_internal(ca, path, src, len, dst, 0,
1539 meta, NULL);
1540}
1541
1542int renormalize_buffer(struct index_state *istate, const char *path,
1543 const char *src, size_t len, struct strbuf *dst)

Callers 3

write_entryFunction · 0.85
write_pc_item_to_fdFunction · 0.85
convert_to_working_treeFunction · 0.85

Tested by

no test coverage detected