MCPcopy
hub / github.com/etcd-io/etcd / testingTBProthesis

Struct testingTBProthesis

client/pkg/testutil/testingtb.go:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52type testingTBProthesis struct {
53 name string
54 failed bool
55 cleanups []func()
56}
57
58func (t *testingTBProthesis) Helper() {
59 // Ignored

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected