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

Function GetExample3Req

testdata/sample/example3.go:80–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80func GetExample3Req() *example3.ExampleReq {
81 obj := example3.NewExampleReq()
82 obj.Msg = new(string)
83 *obj.Msg = "hello"
84 obj.Subfix = math.MaxFloat64
85 obj.InnerBase = GetInnerBase3()
86 obj.Base = GetBase()
87 obj.Code = 1024
88 return obj
89}
90
91func GetExample3Resp() *example3.ExampleResp {
92 obj := example3.NewExampleResp()

Callers 2

TestGenExample2Function · 0.92
TestGenExample3ReqFunction · 0.92

Calls 3

NewExampleReqFunction · 0.92
GetInnerBase3Function · 0.85
GetBaseFunction · 0.85

Tested by 2

TestGenExample2Function · 0.74
TestGenExample3ReqFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…