Function: magit--completion-table
magit--completion-table is a byte-compiled function defined in
magit-base.el.
Signature
(magit--completion-table COLLECTION)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-base.el
(defun magit--completion-table (collection)
(lambda (string pred action)
(if (eq action 'metadata)
'(metadata (display-sort-function . identity))
(complete-with-action action collection string pred))))