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

Method _getActiveQuery

packages/pg/lib/client.js:127–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 }
126
127 _getActiveQuery() {
128 return this._activeQuery
129 }
130
131 _errorAllQueries(err) {
132 const enqueueError = (query) => {

Callers 13

_errorAllQueriesMethod · 0.95
_handleReadyForQueryMethod · 0.95
_handleErrorMessageMethod · 0.95
_handleRowDescriptionMethod · 0.95
_handleDataRowMethod · 0.95
_handleEmptyQueryMethod · 0.95
_handleParseCompleteMethod · 0.95
_handleCopyInResponseMethod · 0.95
_handleCopyDataMethod · 0.95
_pulseQueryQueueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected