| 551 | } |
| 552 | |
| 553 | static int smart_subtransport_close_callback(git_smart_subtransport *transport) |
| 554 | { |
| 555 | char *error_message = NULL; |
| 556 | const int ret = smartSubtransportCloseCallback( |
| 557 | &error_message, |
| 558 | transport); |
| 559 | return set_callback_error(error_message, ret); |
| 560 | } |
| 561 | |
| 562 | static int smart_subtransport_callback( |
| 563 | git_smart_subtransport **out, |
nothing calls this directly
no test coverage detected
searching dependent graphs…