MCPcopy Create free account
hub / github.com/stretchr/testify / S

Struct S

assert/assertions_test.go:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181type S struct {
182 Exported1 interface{}
183 Exported2 Nested
184 notExported1 interface{}
185 notExported2 Nested
186}
187
188type S2 struct {
189 foo interface{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected