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