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 public
const(void)*
git_odb_object_data

Parameters

object libgit2.types.git_odb_object*

the object

Return Value

Type: const(void)*

a pointer to the data

Meta