MCPcopy
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
3const MongoStorageAdapter = require('../lib/Adapters/Storage/Mongo/MongoStorageAdapter').default;
4const { MongoClient, Collection } = require('mongodb');

Callers

nothing calls this directly

Calls 15

reconfigureServerFunction · 0.85
failFunction · 0.85
getIndexesFunction · 0.85
isDateMethod · 0.80
updateMethod · 0.80
dropAllIndexesMethod · 0.80
destroyMethod · 0.80
deleteAllClassesMethod · 0.65
createObjectMethod · 0.65
findMethod · 0.65
aggregateMethod · 0.65
findOneAndUpdateMethod · 0.65

Tested by

no test coverage detected