Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
215
func
(p *ExampleResp) IsSetMsg() bool {
216
return
p.Msg != nil
217
}
218
219
func
(p *ExampleResp) IsSetBaseResp() bool {
220
return
p.BaseResp != nil
Callers
1
GetMsg
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected