(defn get-source-cells "Returns a collection of source cells from the dataflow" [df] (for [cell (:cells @df) :when (source-cell? cell)] cell))
Comments top
No comments for get-source-cells. Log in to add a comment.