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

Method handleCommandComplete

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

Source from the content-addressed store, hash-verified

133 }
134
135 handleCommandComplete(msg) {
136 this._result.addCommandComplete(msg)
137 this._closePortal()
138 }
139
140 handlePortalSuspended() {
141 this._sendRows()

Callers

nothing calls this directly

Calls 2

_closePortalMethod · 0.95
addCommandCompleteMethod · 0.80

Tested by

no test coverage detected