Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
func
(ir *interruptReader) push(p []byte) {
32
ir.chunks = append(ir.chunks, p)
33
}
34
35
func
TestFrontendReceiveInterrupted(t *testing.T) {
36
t.Parallel()
Callers
8
TestBackendReceiveInterrupted
Function · 0.95
TestBackendReceiveUnexpectedEOF
Function · 0.95
TestStartupMessage
Function · 0.95
TestBackendReceiveExceededMaxBodyLen
Function · 0.95
TestFrontendReceiveInterrupted
Function · 0.95
TestFrontendReceiveUnexpectedEOF
Function · 0.95
TestErrorResponse
Function · 0.95
TestFrontendReceiveExceededMaxBodyLen
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected