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

Function TestMapperObject_NewMapper

mapper_object_test.go:12–15  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

10)
11
12func TestMapperObject_NewMapper(t *testing.T) {
13 m := NewMapper(CTypeChecking(true), CCustomTagName("^"))
14 fmt.Println(m)
15}
16
17func Test_Object_SetEnabledTypeChecking(t *testing.T) {
18 m := NewMapper()

Callers

nothing calls this directly

Calls 3

NewMapperFunction · 0.85
CTypeCheckingFunction · 0.85
CCustomTagNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…