Method: (FIND-ACTION STANDARD-SESSION-FRAME STRING)

Source

(defmethod find-action ((f standard-session-frame) (action-id string))
  (gethash action-id (frame.actions f)))
Source Context