git_treebuilder_clear

Clear all the entires in the builder

extern (C) nothrow @nogc
int
git_treebuilder_clear

Parameters

bld libgit2_d.types.git_treebuilder*

Builder to clear

Return Value

Type: int

0 on success; error code otherwise

Meta