MCPcopy
hub / github.com/go-gorm/gorm / Value

Method Value

schema/serializer.go:58–60  ·  view source on GitHub ↗

Value implements driver.Valuer interface

()

Source from the content-addressed store, hash-verified

56
57// Value implements driver.Valuer interface
58func (s serializer) Value() (driver.Value, error) {
59 return s.SerializeValuer.Value(s.Context, s.Field, s.Destination, s.fieldValue)
60}
61
62// SerializerInterface serializer interface
63type SerializerInterface interface {

Callers

nothing calls this directly

Calls 1

ValueMethod · 0.65

Tested by

no test coverage detected