MCPcopy
hub / github.com/brianc/node-postgres / addRow

Method addRow

packages/pg/lib/result.js:78–80  ·  view source on GitHub ↗
(row)

Source from the content-addressed store, hash-verified

76 }
77
78 addRow(row) {
79 this.rows.push(row)
80 }
81
82 addFields(fieldDescriptions) {
83 // clears field definitions

Callers 2

index.jsFile · 0.80
handleDataRowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected