Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/go-cmp
/ Dish
Struct
Dish
cmp/internal/teststructs/project2.go:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
type
Dish
struct
{
61
pb *pb.Dish
62
err error
63
}
64
65
func
CreateDish(m *pb.Dish, err error) *Dish {
66
return
&Dish{pb: m, err: err}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected