Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ ExpectMessage
Function
ExpectMessage
internal/pgmock/pgmock.go:79–81 ·
view source on GitHub ↗
(want pgproto3.FrontendMessage)
Source
from the content-addressed store, hash-verified
77
}
78
79
func
ExpectMessage(want pgproto3.FrontendMessage) Step {
80
return
expectMessage(want, false)
81
}
82
83
func
ExpectAnyMessage(want pgproto3.FrontendMessage) Step {
84
return
expectMessage(want, true)
Callers
1
TestScript
Function · 0.92
Calls
1
expectMessage
Function · 0.85
Tested by
1
TestScript
Function · 0.74