MCPcopy Create free account
hub / github.com/abice/go-enum / NewNullProjectStatusStr

Function NewNullProjectStatusStr

example/sql_enum.go:245–248  ·  view source on GitHub ↗
(val interface{})

Source from the content-addressed store, hash-verified

243}
244
245func NewNullProjectStatusStr(val interface{}) (x NullProjectStatusStr) {
246 x.Scan(val) // yes, we ignore this error, it will just be an invalid value.
247 return
248}
249
250// Value implements the driver Valuer interface.
251func (x NullProjectStatusStr) Value() (driver.Value, error) {

Callers 2

TestExampleSQLFunction · 0.85
TestSQLMarshalFunction · 0.85

Calls 1

ScanMethod · 0.45

Tested by 2

TestExampleSQLFunction · 0.68
TestSQLMarshalFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…