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

Method NestedName

private/bufpkg/bufprotosource/bufprotosource.go:103–103  ·  view source on GitHub ↗

NestedName returns the full nested name without the package, i.e. Nested.ParentMessage.FooEnum or Nested.ParentMessage.FooEnum.ENUM_VALUE. Always non-empty.

()

Source from the content-addressed store, hash-verified

101 //
102 // Always non-empty.
103 NestedName() string
104 // Name returns the short name, or the name of a value or field, i.e. FooEnum or ENUM_VALUE.
105 //
106 // Always non-empty.

Callers 9

NestedNameToEnumFunction · 0.65
NestedNameToExtensionFunction · 0.65
NameToEnumValueFunction · 0.65
NumberToNameToEnumValueFunction · 0.65
NestedNameToMessageFunction · 0.65
testMessageNameFunction · 0.65

Implementers 1

namedDescriptorprivate/bufpkg/bufprotosource/named_de

Calls

no outgoing calls

Tested by 1

testMessageNameFunction · 0.52