Function: closql--slot-properties
closql--slot-properties is a byte-compiled function defined in
closql.el.
Signature
(closql--slot-properties OBJECT-OR-CLASS SLOT)
Source Code
;; Defined in ~/.emacs.d/elpa/closql-20260101.1828/closql.el
;;;; Slot Properties
(defun closql--slot-properties (object-or-class slot)
(and-let ((desc (cl-find slot
(closql--object-slots object-or-class)
:key #'cl--slot-descriptor-name)))
(cl--slot-descriptor-props desc)))