Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ ByteaCodec
Struct
ByteaCodec
pgtype/bytea.go:65–65 · pgtype/bytea.go::ByteaCodec
Source
from the content-addressed store, hash-verified
63
}
64
65
type
ByteaCodec
struct
{}
66
67
func
(ByteaCodec) FormatSupported(format int16) bool {
68
return
format == TextFormatCode || format == BinaryFormatCode
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected