| 462 | } |
| 463 | |
| 464 | int refs_read_ref(struct ref_store *refs, const char *refname, struct object_id *oid) |
| 465 | { |
| 466 | return refs_read_ref_full(refs, refname, RESOLVE_REF_READING, oid, NULL); |
| 467 | } |
| 468 | |
| 469 | int refs_ref_exists(struct ref_store *refs, const char *refname) |
| 470 | { |
no test coverage detected