Function: closql--oref

closql--oref is a byte-compiled function defined in closql.el.

Signature

(closql--oref OBJ SLOT)

Source Code

;; Defined in ~/.emacs.d/elpa/closql-20260101.1828/closql.el
(defun closql--oref (obj slot)
  (aref obj (eieio--slot-name-index (eieio--object-class obj) slot)))