git_object__size

Get the size in bytes for the structure which acts as an in-memory representation of any given object type.

For all the core types, this would the equivalent of calling sizeof(git_commit) if the core types were not opaque on the external API.

@param type object type to get its size @return size in bytes of the object

version(!GIT_DEPRECATE_HARD)
extern (C) nothrow @nogc deprecated
size_t
git_object__size

Meta