In Monger this fn is supposed to be public

This commit is contained in:
Michael S. Klishin 2012-06-10 12:37:29 +04:00
parent 75bb240af9
commit bb5cfdc499

View file

@ -621,7 +621,7 @@
(def ^{:const true}
system-collection-pattern #"^(system|fs)")
(defn- system-collection?
(defn system-collection?
"Evaluates to true if the given collection name refers to a system collection. System collections
are prefixed with system. or fs. (default GridFS collection prefix)"
[^String coll-name]