Function: transient--do-call
transient--do-call is a byte-compiled function defined in
transient.el.
Signature
(transient--do-call)
Documentation
Call the command after exporting variables and stay transient.
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defun transient--do-call ()
"Call the command after exporting variables and stay transient."
(transient--export)
transient--stay)