Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
49
type
TestInterface
interface
{
50
Test()
51
}
52
53
func
(t *Test2) Test() {}
54
func
(t Test3) Test() {}
Callers
nothing calls this directly
Implementers
2
Test2
pkg/lib/strings/stringify_test.go
Test3
pkg/lib/strings/stringify_test.go
Calls
no outgoing calls
Tested by
no test coverage detected