MCPcopy Create free account
hub / github.com/bufbuild/buf / message

Struct message

private/bufpkg/bufprotosource/message.go:22–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type message struct {
23 namedDescriptor
24 optionExtensionDescriptor
25
26 fields []Field
27 extensions []Field
28 nestedMessages []Message
29 nestedEnums []Enum
30 oneofs []Oneof
31 reservedMessageRanges []MessageRange
32 reservedNames []ReservedName
33 extensionRanges []ExtensionRange
34 parent Message
35 isMapEntry bool
36 messageSetWireFormat bool
37 noStandardDescriptorAccessor bool
38 deprecatedLegacyJSONFieldConflicts bool
39 deprecated bool
40 messageSetWireFormatPath []int32
41 noStandardDescriptorAccessorPath []int32
42}
43
44func newMessage(
45 namedDescriptor namedDescriptor,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected