Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/parse-community/parse-server
/
Class
src/Adapters/Storage/Mongo/MongoCollection.js:4–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
const
Collection = mongodb.Collection;
3
4
export
default
class
MongoCollection {
5
_mongoCollection: Collection;
6
7
constructor(mongoCollection: Collection) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected