MCPcopy Create free account
hub / github.com/azat-co/practicalnode / loadCollection

Function loadCollection

code/ch8/rest-hapi/index.js:11–13  ·  view source on GitHub ↗
(name, callback)

Source from the content-addressed store, hash-verified

9const id = mongoskin.helper.toObjectID
10
11const loadCollection = (name, callback) => {
12 callback(db.collection(name))
13}
14
15server.route([
16 {

Callers 1

index.jsFile · 0.85

Calls 1

callbackFunction · 0.50

Tested by

no test coverage detected