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

Function TestBuildBasicExampleJSONData

conv/j2p/conv_test.go:65–67  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

63}
64
65func TestBuildBasicExampleJSONData(t *testing.T) {
66 buildBasicExampleJSONData()
67}
68
69func protoUnmarshal(b []byte, m goproto.Message) error {
70 if err := goproto.Unmarshal(b, m); err != nil {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…