(dbObj, collectionName, options = {})
| 39 | } |
| 40 | |
| 41 | function 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 |
no test coverage detected