Function: cider-log--event-options

cider-log--event-options is a byte-compiled function defined in cider-log.el.

Signature

(cider-log--event-options)

Documentation

Return the current log consumer.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-log.el
(defun cider-log--event-options ()
  "Return the current log consumer."
  (nrepl-dict "filters" (cider-log--filters)
              "limit" cider-log-pagination-limit
              "offset" cider-log-pagination-offset))