MCPcopy
hub / github.com/gogf/gf / IVal

Interface IVal

util/gconv/internal/localinterface/localinterface.go:13–15  ·  view source on GitHub ↗

IVal is used for type assert api for Val().

Source from the content-addressed store, hash-verified

11
12// IVal is used for type assert api for Val().
13type IVal interface {
14 Val() any
15}
16
17// IString is used for type assert api for String().
18type IString interface {

Callers 8

Test_Issue1946Function · 0.65
Test_Issue3821Function · 0.65
doMapConvertMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65
RunMethod · 0.65

Implementers 15

Float32container/gtype/gtype_float32.go
Float64container/gtype/gtype_float64.go
Interfacecontainer/gtype/gtype_interface.go
Bytescontainer/gtype/gtype_bytes.go
Uintcontainer/gtype/gtype_uint.go
Uint32container/gtype/gtype_uint32.go
Int32container/gtype/gtype_int32.go
Uint64container/gtype/gtype_uint64.go
Stringcontainer/gtype/gtype_string.go
Int64container/gtype/gtype_int64.go
Bytecontainer/gtype/gtype_byte.go
Intcontainer/gtype/gtype_int.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…