Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
var
db = module.exports = {}
2
, util = require(
'util'
)
3
, EventEmitter = require(
'events'
).EventEmitter
4
, mongodb = require(
'mongodb'
)
Callers
nothing calls this directly
Calls
7
getConnection
Function · 0.85
collection
Function · 0.85
debug
Function · 0.85
fn
Function · 0.85
stripFields
Function · 0.85
stripOptions
Function · 0.85
set
Function · 0.70
Tested by
no test coverage detected