MCPcopy
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
8type MacaddrCodec struct{}
9
10func (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