git_worktree_free

Free a previously allocated worktree

extern (C) nothrow @nogc
void
git_worktree_free

Parameters

wt libgit2_d.types.git_worktree*

worktree handle to close. If null nothing occurs.

Meta