git_worktree_path

Retrieve the filesystem path for the worktree

extern (C) nothrow @nogc
const(char)*
git_worktree_path

Parameters

wt const(libgit2_d.types.git_worktree)*

Worktree to get the path for

Return Value

Type: const(char)*

The worktree's filesystem path. The pointer returned is valid for the lifetime of the git_worktree.

Meta