From bb5cfdc499b71315ad9dcd679b3a30727326346e Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Sun, 10 Jun 2012 12:37:29 +0400 Subject: [PATCH] In Monger this fn is supposed to be public --- src/monger/collection.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monger/collection.clj b/src/monger/collection.clj index 0eaa4fc..9150e12 100644 --- a/src/monger/collection.clj +++ b/src/monger/collection.clj @@ -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]