Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brianc/node-postgres
/ hasBeenParsed
Method
hasBeenParsed
packages/pg/lib/query.js:185–187 ·
view source on GitHub ↗
(connection)
Source
from the content-addressed store, hash-verified
183
}
184
185
hasBeenParsed(connection) {
186
return
this.name && connection.parsedStatements[this.name]
187
}
188
189
handlePortalSuspended(connection) {
190
this._getRows(connection, this.rows)
Callers
1
prepare
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected