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

Function check_attr_export_subst

archive.c:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146static int check_attr_export_subst(const struct attr_check *check)
147{
148 return check && ATTR_TRUE(check->items[1].value);
149}
150
151static int write_archive_entry(const struct object_id *oid, const char *base,
152 int baselen, const char *filename, unsigned mode,

Callers 1

write_archive_entryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected