| 1272 | } |
| 1273 | |
| 1274 | static int send_ref(const struct reference *ref, void *cb_data) |
| 1275 | { |
| 1276 | write_v0_ref(cb_data, ref, strip_namespace(ref->name)); |
| 1277 | return 0; |
| 1278 | } |
| 1279 | |
| 1280 | static int find_symref(const struct reference *ref, void *cb_data) |
| 1281 | { |
nothing calls this directly
no test coverage detected