Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ Step
Method
Step
internal/pgmock/pgmock.go:31–33 ·
view source on GitHub ↗
(backend *pgproto3.Backend)
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(s *Script) Step(backend *pgproto3.Backend) error {
32
return
s.Run(backend)
33
}
34
35
type
expectMessageStep
struct
{
36
want pgproto3.FrontendMessage
Callers
nothing calls this directly
Calls
1
Run
Method · 0.95
Tested by
no test coverage detected