1 2 3 4 5
package refname func isCurrentWorktreeRef(name string) bool { return IsRootSyntax(name) || IsPerWorktree(name) }