Function: magit--handle-blob-bookmark
magit--handle-blob-bookmark is a byte-compiled function defined in
magit-files.el.
Signature
(magit--handle-blob-bookmark BOOKMARK)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260822.1158/magit-files.el
(defun magit--handle-blob-bookmark (bookmark)
(pop-to-buffer-same-window
(magit-find-file-noselect (bookmark-prop-get bookmark 'revision)
(bookmark-prop-get bookmark 'filename)
t)))