MCPcopy
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
31func (s *Script) Step(backend *pgproto3.Backend) error {
32 return s.Run(backend)
33}
34
35type expectMessageStep struct {
36 want pgproto3.FrontendMessage

Callers

nothing calls this directly

Calls 1

RunMethod · 0.95

Tested by

no test coverage detected