git_worktree_free

Free a previously allocated worktree

extern (C) nothrow @nogc public
void
git_worktree_free

Parameters

wt libgit2.types.git_worktree*

worktree handle to close. If null nothing occurs.

Meta