Function: get-effective-urls

Source

(defun get-effective-urls (map-name)
  (awhen (get-urlmap map-name) (unparse-urlmap it)))
Source Context