Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/go-cmp
/ InterfaceA
Interface
InterfaceA
cmp/internal/teststructs/structs.go:7–9 · cmp/internal/teststructs/structs.go::InterfaceA
Source
from the content-addressed store, hash-verified
5
package
teststructs
6
7
type
InterfaceA
interface
{
8
InterfaceA()
9
}
10
11
type
(
12
StructA
struct
{ X string }
// Equal method on value receiver
Callers
nothing calls this directly
Implementers
4
StructC
cmp/internal/teststructs/structs.go
StructD
cmp/internal/teststructs/structs.go
StructE
cmp/internal/teststructs/structs.go
StructF
cmp/internal/teststructs/structs.go
Calls
no outgoing calls
Tested by
no test coverage detected