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.

@param object the object @return a pointer to the data

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

Meta