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

Function getExample3Data

proto/generic/value_test.go:61–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61func getExample3Data() []byte {
62 out, err := ioutil.ReadFile(exampleProtoPath)
63 if err != nil {
64 panic(err)
65 }
66 return out
67}
68
69func getExample3Req() *example3.ExampleReq {
70 req := example3.ExampleReq{}

Callers 14

TestTreeMarshalFunction · 0.70
ExampleValue_GetByPathFunction · 0.70
ExampleValue_GetManyFunction · 0.70
ExampleValue_SetByPathFunction · 0.70
ExampleValue_SetManyFunction · 0.70
ExampleValue_MarshalToFunction · 0.70
ExamplePathNode_LoadFunction · 0.70
ExamplePathNode_MarshalFunction · 0.70
TestCountFunction · 0.70
TestMarshalToFunction · 0.70
TestGetFunction · 0.70
TestSetByPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…