git_remote_connected

Check whether the remote is connected

Check whether the remote's underlying transport is connected to the remote host.

extern (C) nothrow @nogc
int
git_remote_connected

Parameters

remote const(libgit2_d.types.git_remote)*

the remote

Return Value

Type: int

1 if it's connected, 0 otherwise.

Meta