git_object_dup

Create an in-memory copy of a Git object. The copy must be explicitly free'd or it will leak.

@param dest Pointer to store the copy of the object @param source Original object to copy

extern (C) nothrow @nogc
int
git_object_dup

Meta