MCPcopy
hub / github.com/mongodb/node-mongodb-native / dropCollection

Function dropCollection

test/integration/shared.js:41–43  ·  view source on GitHub ↗
(dbObj, collectionName, options = {})

Source from the content-addressed store, hash-verified

39}
40
41function dropCollection(dbObj, collectionName, options = {}) {
42 return dbObj.dropCollection(collectionName, options);
43}
44
45/**
46 * Given a set of commands to look for when command monitoring and a destination to store them, returns an event handler

Calls 1

dropCollectionMethod · 0.80

Tested by

no test coverage detected