MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / Value

Method Value

pkg/util/uuid/sql.go:22–24  ·  view source on GitHub ↗

Value implements the driver.Valuer interface.

()

Source from the content-addressed store, hash-verified

20
21// Value implements the driver.Valuer interface.
22func (u UUID) Value() (driver.Value, error) {
23 return u.String(), nil
24}
25
26// Scan implements the sql.Scanner interface.
27// A 16-byte slice will be handled by UnmarshalBinary, while

Callers 2

innerCoveringFunction · 0.45
ValueMethod · 0.45

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected