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

Function CTypeChecking

mapper_setting.go:55–59  ·  view source on GitHub ↗

CTypeChecking set EnabledTypeChecking value Default value: false

(isEnabled bool)

Source from the content-addressed store, hash-verified

53//
54// Default value: false
55func CTypeChecking(isEnabled bool) Option {
56 return func(c *Setting) {
57 c.EnabledTypeChecking = isEnabled
58 }
59}
60
61// CMapperTag set EnabledMapperTag value
62//

Callers 3

mainFunction · 0.92
TestNewSettingFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestNewSettingFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…