Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ SendMessage
Function
SendMessage
internal/pgmock/pgmock.go:104–106 ·
view source on GitHub ↗
(msg pgproto3.BackendMessage)
Source
from the content-addressed store, hash-verified
102
}
103
104
func
SendMessage(msg pgproto3.BackendMessage) Step {
105
return
&sendMessageStep{msg: msg}
106
}
107
108
type
waitForCloseMessageStep
struct
{}
109
Callers
7
TestScript
Function · 0.92
TestConnectChannelBinding
Function · 0.92
TestConnectTimeout
Function · 0.92
TestFatalErrorReceivedAfterCommandComplete
Function · 0.92
TestFatalErrorReceivedInPipelineMode
Function · 0.92
TestConnectContextCancelHandlerRace
Function · 0.92
AcceptUnauthenticatedConnRequestSteps
Function · 0.85
Calls
no outgoing calls
Tested by
6
TestScript
Function · 0.74
TestConnectChannelBinding
Function · 0.74
TestConnectTimeout
Function · 0.74
TestFatalErrorReceivedAfterCommandComplete
Function · 0.74
TestFatalErrorReceivedInPipelineMode
Function · 0.74
TestConnectContextCancelHandlerRace
Function · 0.74