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

Struct Extension

internal/filedesc/desc.go:450–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448
449type (
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected