Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
351
func
(p *ExampleReq) IsSetMsg() bool {
352
return
p.Msg != nil
353
}
354
355
func
(p *ExampleReq) IsSetA() bool {
356
return
p.A != nil
Callers
1
GetMsg
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected