Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
type
TypeWrapper
interface
{
9
IsType(value reflect.Value) bool
10
SetNext(m TypeWrapper)
11
}
12
13
type
BaseTypeWrapper
struct
{
14
next TypeWrapper
Callers
8
Test_IsTimeField
Function · 0.65
CheckIsTypeWrapper
Method · 0.65
convertstructfieldInternal
Method · 0.65
setFieldValue
Method · 0.65
checkIsTypeWrapper
Method · 0.65
Test_Object_IsTimeField
Function · 0.65
UseWrapper
Method · 0.65
useWrapper
Method · 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…