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

Function NewNullGreekGod

example/sql_str_int_enum.go:187–191  ·  view source on GitHub ↗
(val interface{})

Source from the content-addressed store, hash-verified

185}
186
187func NewNullGreekGod(val interface{}) (x NullGreekGod) {
188 err := x.Scan(val) // yes, we ignore this error, it will just be an invalid value.
189 _ = err // make any errcheck linters happy
190 return
191}
192
193// Scan implements the Scanner interface.
194func (x *NullGreekGod) Scan(value interface{}) (err error) {

Callers 1

TestExampleSQLStrIntOnlyFunction · 0.85

Calls 1

ScanMethod · 0.45

Tested by 1

TestExampleSQLStrIntOnlyFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…