Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ Error
Method
Error
pgproto3/pgproto3.go:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
func
(e *writeError) Error() string {
68
return
fmt.Sprintf(
"write failed: %s"
, e.err.Error())
69
}
70
71
func
(e *writeError) SafeToRetry() bool {
72
return
e.safeToRetry
Callers
15
TestStartupMessage
Function · 0.45
TestFunctionCall_EncodeDecode
Function · 0.45
TestFunctionCallDecodeNegativeArgumentLength
Function · 0.45
TestBindDecodeNegativeParameterLength
Function · 0.45
TestBindBiggerThanMaxMessageBodyLen
Function · 0.45
TestFunctionCallResponseDecodeNegativeResultSize
Function · 0.45
TestCancelRequestDecode
Function · 0.45
TestCancelRequestEncode
Function · 0.45
TestQueryBiggerThanMaxMessageBodyLen
Function · 0.45
TestJSONUnmarshalAuthenticationMD5Password
Function · 0.45
TestJSONUnmarshalAuthenticationSASL
Function · 0.45
TestJSONUnmarshalAuthenticationGSS
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestStartupMessage
Function · 0.36
TestFunctionCall_EncodeDecode
Function · 0.36
TestFunctionCallDecodeNegativeArgumentLength
Function · 0.36
TestBindDecodeNegativeParameterLength
Function · 0.36
TestBindBiggerThanMaxMessageBodyLen
Function · 0.36
TestFunctionCallResponseDecodeNegativeResultSize
Function · 0.36
TestCancelRequestDecode
Function · 0.36
TestCancelRequestEncode
Function · 0.36
TestQueryBiggerThanMaxMessageBodyLen
Function · 0.36
TestJSONUnmarshalAuthenticationMD5Password
Function · 0.36
TestJSONUnmarshalAuthenticationSASL
Function · 0.36
TestJSONUnmarshalAuthenticationGSS
Function · 0.36