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

Method IsSetMsg

testdata/kitex_gen/example2/example2.go:351–353  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

349}
350
351func (p *ExampleReq) IsSetMsg() bool {
352 return p.Msg != nil
353}
354
355func (p *ExampleReq) IsSetA() bool {
356 return p.A != nil

Callers 1

GetMsgMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected