Function: git-rebase-line-p

git-rebase-line-p is a byte-compiled function defined in git-rebase.el.

Signature

(git-rebase-line-p &optional POS)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/git-rebase.el
(defun git-rebase-line-p (&optional pos)
  (save-excursion
    (when pos (goto-char pos))
    (and (oref (git-rebase-current-line) action-type)
         t)))