Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/parse-community/parse-server
/ MongoStorageAdapter.spec.js
File
MongoStorageAdapter.spec.js
spec/MongoStorageAdapter.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
const
MongoStorageAdapter = require(
'../lib/Adapters/Storage/Mongo/MongoStorageAdapter'
).default;
4
const
{ MongoClient, Collection } = require(
'mongodb'
);
Callers
nothing calls this directly
Calls
15
reconfigureServer
Function · 0.85
fail
Function · 0.85
getIndexes
Function · 0.85
isDate
Method · 0.80
update
Method · 0.80
dropAllIndexes
Method · 0.80
destroy
Method · 0.80
deleteAllClasses
Method · 0.65
createObject
Method · 0.65
find
Method · 0.65
aggregate
Method · 0.65
findOneAndUpdate
Method · 0.65
Tested by
no test coverage detected