MCPcopy Index your code
hub / github.com/go-dev-frame/sponge / WithForceTableName

Function WithForceTableName

pkg/sql2code/parser/option.go:127–131  ·  view source on GitHub ↗

WithForceTableName set forceFloats

()

Source from the content-addressed store, hash-verified

125
126// WithForceTableName set forceFloats
127func WithForceTableName() Option {
128 return func(o *options) {
129 o.ForceTableName = true
130 }
131}
132
133// WithEmbed is embed gorm.Model
134func WithEmbed() Option {

Callers 2

setOptionsFunction · 0.92
Test_parseOptionFunction · 0.85

Calls

no outgoing calls

Tested by 1

Test_parseOptionFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…