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

Method IsSetMsg

testdata/kitex_gen/example/example.go:215–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213}
214
215func (p *ExampleResp) IsSetMsg() bool {
216 return p.Msg != nil
217}
218
219func (p *ExampleResp) IsSetBaseResp() bool {
220 return p.BaseResp != nil

Callers 1

GetMsgMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected