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

Function CCustomTagName

mapper_setting.go:100–104  ·  view source on GitHub ↗
(tagName string)

Source from the content-addressed store, hash-verified

98}
99
100func CCustomTagName(tagName string) Option {
101 return func(c *Setting) {
102 c.CustomTagName = tagName
103 }
104}

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…