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