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

Function WithEmbed

pkg/sql2code/parser/option.go:134–138  ·  view source on GitHub ↗

WithEmbed is embed gorm.Model

()

Source from the content-addressed store, hash-verified

132
133// WithEmbed is embed gorm.Model
134func WithEmbed() Option {
135 return func(o *options) {
136 o.IsEmbed = true
137 }
138}
139
140// WithWebProto set proto file type
141func WithWebProto() Option {

Callers 4

setOptionsFunction · 0.92
TestParseSQLFunction · 0.85
Test_parseOptionFunction · 0.85

Calls

no outgoing calls

Tested by 3

TestParseSQLFunction · 0.68
Test_parseOptionFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…