git_transport_dummy

Create an instance of the dummy transport.

package extern (C) nothrow @nogc
int
git_transport_dummy

Parameters

out_ .git_transport**

The newly created transport (out)

owner libgit2_d.types.git_remote*

The git_remote which will own this transport

payload void*

You must pass null for this parameter.

Return Value

Type: int

0 or an error code

Meta