Method: (MAKE-NEW-ACTION STANDARD-SESSION-FRAME FUNCTION)

Source

(defmethod make-new-action ((frame standard-session-frame) (lambda function))
  (insert-with-new-key (frame.actions frame) +action-id-length+ lambda))
Source Context