Function: find-view

Source

(defun find-view (name)
  (gethash (symbol-name (symcat 'view- name)) *defined-views*))
Source Context