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

Interface TestInterface

pkg/lib/strings/stringify_test.go:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49type TestInterface interface {
50 Test()
51}
52
53func (t *Test2) Test() {}
54func (t Test3) Test() {}

Callers

nothing calls this directly

Implementers 2

Test2pkg/lib/strings/stringify_test.go
Test3pkg/lib/strings/stringify_test.go

Calls

no outgoing calls

Tested by

no test coverage detected