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

Function NewNullProjectStatus

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

Source from the content-addressed store, hash-verified

191}
192
193func NewNullProjectStatus(val interface{}) (x NullProjectStatus) {
194 x.Scan(val) // yes, we ignore this error, it will just be an invalid value.
195 return
196}
197
198// Scan implements the Scanner interface.
199func (x *NullProjectStatus) Scan(value interface{}) (err error) {

Callers 3

TestExampleSQLFunction · 0.85
TestSQLExtrasFunction · 0.85
TestSQLMarshalFunction · 0.85

Calls 1

ScanMethod · 0.45

Tested by 3

TestExampleSQLFunction · 0.68
TestSQLExtrasFunction · 0.68
TestSQLMarshalFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…