MCPcopy Create free account
hub / github.com/cloudwego/dynamicgo / GetQuery

Method GetQuery

testdata/kitex_gen/example3/example3.go:620–625  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

618var ExampleJSONString_Query_DEFAULT *JSONObject
619
620func (p *ExampleJSONString) GetQuery() (v *JSONObject) {
621 if !p.IsSetQuery() {
622 return ExampleJSONString_Query_DEFAULT
623 }
624 return p.Query
625}
626
627func (p *ExampleJSONString) GetQuery2() (v []string) {
628 return p.Query2

Callers

nothing calls this directly

Calls 1

IsSetQueryMethod · 0.95

Tested by

no test coverage detected