MCPcopy Index your code
hub / github.com/devfeel/mapper / TypeWrapper

Interface TypeWrapper

wrapper.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type TypeWrapper interface {
9 IsType(value reflect.Value) bool
10 SetNext(m TypeWrapper)
11}
12
13type BaseTypeWrapper struct {
14 next TypeWrapper

Callers 8

Test_IsTimeFieldFunction · 0.65
CheckIsTypeWrapperMethod · 0.65
setFieldValueMethod · 0.65
checkIsTypeWrapperMethod · 0.65
Test_Object_IsTimeFieldFunction · 0.65
UseWrapperMethod · 0.65
useWrapperMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…