MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / Value

Method Value

model/channel.go:60–62  ·  view source on GitHub ↗

Value implements driver.Valuer interface

()

Source from the content-addressed store, hash-verified

58
59// Value implements driver.Valuer interface
60func (c ChannelInfo) Value() (driver.Value, error) {
61 return common.Marshal(&c)
62}
63
64// Scan implements sql.Scanner interface
65func (c *ChannelInfo) Scan(value interface{}) error {

Callers

nothing calls this directly

Calls 1

MarshalFunction · 0.92

Tested by

no test coverage detected