git_odb_object_data

Return the data of an ODB object

This is the uncompressed, raw data as read from the ODB, without the leading header.

This pointer is owned by the object and shall not be free'd.

extern (C) nothrow @nogc
const(void)*
git_odb_object_data

Parameters

object libgit2_d.types.git_odb_object*

the object

Return Value

Type: const(void)*

a pointer to the data

Meta