(defn mark-watched "Mark test namespaces as watched as of timestamp." [timestamp test-namespaces] (swap! last-watched-atom merge (zipmap test-namespaces (repeat timestamp))))
Comments top
No comments for mark-watched. Log in to add a comment.