| 530 | } |
| 531 | |
| 532 | int _go_git_transport_register(const char *prefix, void *param) |
| 533 | { |
| 534 | return git_transport_register(prefix, smart_transport_callback, param); |
| 535 | } |
| 536 | |
| 537 | static int smart_subtransport_action_callback( |
| 538 | git_smart_subtransport_stream **out, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…