MCPcopy Index your code
hub / github.com/brianc/node-postgres / constructor

Method constructor

packages/pg/test/suite.js:38–42  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

36
37class Suite {
38 constructor(name) {
39 console.log('')
40 this._queue = async.queue(this.run.bind(this), 1)
41 this._queue.drain = () => {}
42 }
43
44 run(test, cb) {
45 process.stdout.write(' ' + test.name + ' ')

Callers

nothing calls this directly

Calls 1

bindMethod · 0.80

Tested by

no test coverage detected