MCPcopy
hub / github.com/protocolbuffers/protobuf-go / reflectList

Struct reflectList

testing/protocmp/reflect.go:177–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177type reflectList struct{ v reflect.Value }
178
179func (ls reflectList) Len() int {
180 if !ls.IsValid() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected