git_treebuilder_clear

Clear all the entries in the builder

extern (C) nothrow @nogc public
int
git_treebuilder_clear

Parameters

bld libgit2.types.git_treebuilder*

Builder to clear

Return Value

Type: int

0 on success; error code otherwise

Meta