git_blob_dup

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

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

extern (C) nothrow @nogc
int
git_blob_dup

Meta