libgit2.oidarray

Members

Functions

git_oidarray_dispose
void git_oidarray_dispose(.git_oidarray* array)

Free the object IDs contained in an oid_array. This method should be called on git_oidarray objects that were provided by the library. Not doing so will result in a memory leak.

Structs

git_oidarray
struct git_oidarray

Array of object ids

Meta

License

GPL-2.0(Linking Exception)