git_oid_cpy

Copy an oid from one structure to another.

extern (C) nothrow @nogc
int
git_oid_cpy
(,
const(.git_oid)* src
)

Parameters

out_ .git_oid*

oid structure the result is written into.

src const(.git_oid)*

oid structure to copy from.

Return Value

Type: int

0 on success or error code

Meta