MCPcopy
hub / github.com/jackc/pgx / push

Method push

pgproto3/frontend_test.go:31–33  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

29}
30
31func (ir *interruptReader) push(p []byte) {
32 ir.chunks = append(ir.chunks, p)
33}
34
35func TestFrontendReceiveInterrupted(t *testing.T) {
36 t.Parallel()

Calls

no outgoing calls

Tested by

no test coverage detected