Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/brianc/node-postgres
/ sendSCRAMClientFinalMessage
Method
sendSCRAMClientFinalMessage
packages/pg/lib/connection.js:160–162 ·
view source on GitHub ↗
(additionalData)
Source
from the content-addressed store, hash-verified
158
}
159
160
sendSCRAMClientFinalMessage(additionalData) {
161
this._send(serialize.sendSCRAMClientFinalMessage(additionalData))
162
}
163
164
_send(buffer) {
165
if
(!this.stream.writable) {
Callers
2
_handleAuthSASLContinue
Method · 0.80
outbound-serializer.test.ts
File · 0.80
Calls
1
_send
Method · 0.95
Tested by
no test coverage detected