github.com/jackc/pgx/v5/pgtype.BoolCodec.DecodeValue (method, view implemented interface methods)

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bool.go#L228: 	return c.DecodeValue(m, oid, format, src)
		bool.go#L231: func (c BoolCodec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {