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 filter and pagination options for a log event search.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-log.el
(defun cider-log--event-options ()
"Return the filter and pagination options for a log event search."
(nrepl-dict "filters" (cider-log--filters)
"limit" cider-log-pagination-limit
"offset" cider-log-pagination-offset))