Function: cider-log-framework-website-url
cider-log-framework-website-url is a byte-compiled function defined in
cider-log.el.
Signature
(cider-log-framework-website-url FRAMEWORK)
Documentation
Return the website URL of the log FRAMEWORK.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-log.el
(defun cider-log-framework-website-url (framework)
"Return the website URL of the log FRAMEWORK."
(nrepl-dict-get framework "website-url"))