(start &key port public-dir) → *
Function:
(defun start-fn (port public-dir) (declare (xargs :guard (and (maybe-natp port) (maybe-stringp public-dir)))) (declare (ignorable port public-dir)) (let ((__function__ 'start)) (declare (ignorable __function__)) (raise "Under the hood definition not installed.")))