(defn last-watched "Last time a file's test-namespace was watched." [file] (get @last-watched-atom (test-namespace file) 0))
Comments top
No comments for last-watched. Log in to add a comment.