MCPcopy Create free account
hub / github.com/google/go-cmp / CycleAlpha

Struct CycleAlpha

cmp/compare_test.go:2376–2379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2374
2375type (
2376 CycleAlpha struct {
2377 Name string
2378 Bravos map[string]*CycleBravo
2379 }
2380 CycleBravo struct {
2381 ID int
2382 Name string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected