| 677 | |
| 678 | |
| 679 | static int is_our_ref(struct object *o, enum allow_uor allow_uor) |
| 680 | { |
| 681 | return o->flags & ((allow_hidden_refs(allow_uor) ? 0 : HIDDEN_REF) | OUR_REF); |
| 682 | } |
| 683 | |
| 684 | /* |
| 685 | * on successful case, it's up to the caller to close cmd->out |
no test coverage detected