MCPcopy Index your code
hub / github.com/deployd/deployd / db.js

File db.js

lib/db.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var db = module.exports = {}
2 , util = require('util')
3 , EventEmitter = require('events').EventEmitter
4 , mongodb = require('mongodb')

Callers

nothing calls this directly

Calls 7

getConnectionFunction · 0.85
collectionFunction · 0.85
debugFunction · 0.85
fnFunction · 0.85
stripFieldsFunction · 0.85
stripOptionsFunction · 0.85
setFunction · 0.70

Tested by

no test coverage detected