| 448 | |
| 449 | type ( |
| 450 | Extension struct { |
| 451 | Base |
| 452 | L1 ExtensionL1 |
| 453 | L2 *ExtensionL2 // protected by fileDesc.once |
| 454 | } |
| 455 | ExtensionL1 struct { |
| 456 | Number protoreflect.FieldNumber |
| 457 | Extendee protoreflect.MessageDescriptor |
nothing calls this directly
no outgoing calls
no test coverage detected