git_object_string2type

Convert a string object type representation to it's libgit2_d.types.git_object_t.

extern (C) nothrow @nogc
git_object_string2type
(
const(char)* str
)

Parameters

str const(char)*

the string to convert.

Return Value

Type: libgit2_d.types.git_object_t

the corresponding libgit2_d.types.git_object_t.

Meta