MCPcopy
hub / github.com/golang/protobuf / Name

Method Name

protoc-gen-go/generator/generator.go:59–59  ·  view source on GitHub ↗

Name identifies the plugin.

()

Source from the content-addressed store, hash-verified

57type Plugin interface {
58 // Name identifies the plugin.
59 Name() string
60 // Init is called once after data structures are built but before
61 // code generation begins.
62 Init(g *Generator)

Callers 15

TestGetExtensionDefaultsFunction · 0.65
unmarshalMessageMethod · 0.65
writeNameMethod · 0.65
writeSingularValueMethod · 0.65
EnumValueMapFunction · 0.65
genServiceFunction · 0.65
genClientMethodFunction · 0.65
CommandLineParametersMethod · 0.65
marshalFieldMethod · 0.65
marshalSingularValueMethod · 0.65

Implementers 1

grpcprotoc-gen-go/grpc/grpc.go

Calls

no outgoing calls

Tested by 1

TestGetExtensionDefaultsFunction · 0.52