MCPcopy Create free account
hub / github.com/devfeel/mapper / CAutoTypeConvert

Function CAutoTypeConvert

mapper_setting.go:76–80  ·  view source on GitHub ↗
(isEnabled bool)

Source from the content-addressed store, hash-verified

74}
75
76func CAutoTypeConvert(isEnabled bool) Option {
77 return func(c *Setting) {
78 c.EnabledAutoTypeConvert = isEnabled
79 }
80}
81
82func CMapperStructField(isEnabled bool) Option {
83 return func(c *Setting) {

Callers 1

TestNewSettingFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestNewSettingFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…