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

Function WithWebProto

pkg/sql2code/parser/option.go:141–145  ·  view source on GitHub ↗

WithWebProto set proto file type

()

Source from the content-addressed store, hash-verified

139
140// WithWebProto set proto file type
141func WithWebProto() Option {
142 return func(o *options) {
143 o.IsWebProto = true
144 }
145}
146
147// WithExtendedAPI set extended api
148func WithExtendedAPI() Option {

Callers 4

setOptionsFunction · 0.92
TestParseSQLFunction · 0.85

Calls

no outgoing calls

Tested by 3

TestParseSQLFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…