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

Function convert_to_working_tree

convert.h:115–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 const struct checkout_metadata *meta,
114 void *dco);
115static inline int convert_to_working_tree(struct index_state *istate,
116 const char *path, const char *src,
117 size_t len, struct strbuf *dst,
118 const struct checkout_metadata *meta)
119{
120 struct conv_attrs ca;
121 convert_attrs(istate, &ca, path);
122 return convert_to_working_tree_ca(&ca, path, src, len, dst, meta);
123}
124static inline int async_convert_to_working_tree(struct index_state *istate,
125 const char *path, const char *src,
126 size_t len, struct strbuf *dst,

Callers 4

object_file_to_archiveFunction · 0.85
try_create_fileFunction · 0.85
prep_temp_blobFunction · 0.85
filter_objectFunction · 0.85

Calls 2

convert_attrsFunction · 0.85

Tested by

no test coverage detected