Function: projectile-replace--match-at-point
projectile-replace--match-at-point is a byte-compiled function defined
in projectile.el.
Signature
(projectile-replace--match-at-point)
Documentation
Return the match struct on the current line, or nil.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
;;; Results buffer commands
(defun projectile-replace--match-at-point ()
"Return the match struct on the current line, or nil."
(get-text-property (line-beginning-position) 'projectile-replace-match))