Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/brianc/node-postgres
/ handlePortalSuspended
Method
handlePortalSuspended
packages/pg/lib/query.js:189–191 ·
view source on GitHub ↗
(connection)
Source
from the content-addressed store, hash-verified
187
}
188
189
handlePortalSuspended(connection) {
190
this._getRows(connection, this.rows)
191
}
192
193
_getRows(connection, rows) {
194
connection.execute({
Callers
1
_handlePortalSuspended
Method · 0.45
Calls
1
_getRows
Method · 0.95
Tested by
no test coverage detected