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

Function WithNullStyle

pkg/sql2code/parser/option.go:106–110  ·  view source on GitHub ↗

WithNullStyle set NullType

(s NullStyle)

Source from the content-addressed store, hash-verified

104
105// WithNullStyle set NullType
106func WithNullStyle(s NullStyle) Option {
107 return func(o *options) {
108 o.NullStyle = s
109 }
110}
111
112// WithPackage set package name
113func WithPackage(pkg string) Option {

Callers 3

setOptionsFunction · 0.92
Test_parseOptionFunction · 0.85

Calls

no outgoing calls

Tested by 2

Test_parseOptionFunction · 0.68