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

Function NewNullGreekGodCustom

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

Source from the content-addressed store, hash-verified

381}
382
383func NewNullGreekGodCustom(val interface{}) (x NullGreekGodCustom) {
384 err := x.Scan(val) // yes, we ignore this error, it will just be an invalid value.
385 _ = err // make any errcheck linters happy
386 return
387}
388
389// Scan implements the Scanner interface.
390func (x *NullGreekGodCustom) Scan(value interface{}) (err error) {

Callers

nothing calls this directly

Calls 1

ScanMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…