git_blob_dup

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

extern (C) nothrow @nogc
int
git_blob_dup

Parameters

out_ libgit2_d.types.git_blob**

Pointer to store the copy of the object

source libgit2_d.types.git_blob*

Original object to copy

Meta