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 public
int
git_blob_dup

Parameters

out_ libgit2.types.git_blob**

Pointer to store the copy of the object

source libgit2.types.git_blob*

Original object to copy

Return Value

Type: int

0.

Meta