MCPcopy
hub / github.com/cortexlabs/cortex / Test2

Struct Test2

pkg/lib/strings/stringify_test.go:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type Test2 struct {
38 Bool bool `json:"bool"`
39 Float *float64
40 Strs *[]string
41 Test3Ptr *Test3 `yaml:"test3"`
42}
43
44type Test3 struct {
45 Strs []string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected