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

Method handleDataRow

packages/pg-cursor/index.js:113–117  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

111 }
112
113 handleDataRow(msg) {
114 const row = this._result.parseRow(msg.fields)
115 this.emit('row', row, this._result)
116 this._rows.push(row)
117 }
118
119 _sendRows() {
120 this.state = 'idle'

Callers

nothing calls this directly

Calls 1

parseRowMethod · 0.80

Tested by

no test coverage detected