Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_errorAllQueries
Method · 0.95
_handleReadyForQuery
Method · 0.95
_handleErrorMessage
Method · 0.95
_handleRowDescription
Method · 0.95
_handleDataRow
Method · 0.95
_handlePortalSuspended
Method · 0.95
_handleEmptyQuery
Method · 0.95
_handleCommandComplete
Method · 0.95
_handleParseComplete
Method · 0.95
_handleCopyInResponse
Method · 0.95
_handleCopyData
Method · 0.95
_pulseQueryQueue
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected