(defslimefn inspector-call-nth-action [index & args] (let [[fn refresh?] (get @*inspectee-actions* index)] (apply fn args) (if refresh? (inspect-object (dosync (ref-pop *inspector-stack*))) nil)))
Comments top
No comments for inspector-call-nth-action. Log in to add a comment.