In Monger this fn is supposed to be public
This commit is contained in:
parent
75bb240af9
commit
bb5cfdc499
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue