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

Method GenerateAlias

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

GenerateAlias should generate an appropriate alias for the symbol from the named package.

(g *Generator, filename string, pkg GoPackageName)

Source from the content-addressed store, hash-verified

323 // GenerateAlias should generate an appropriate alias
324 // for the symbol from the named package.
325 GenerateAlias(g *Generator, filename string, pkg GoPackageName)
326}
327
328type messageSymbol struct {

Callers 1

generateImportedMethod · 0.65

Implementers 3

messageSymbolprotoc-gen-go/generator/generator.go
enumSymbolprotoc-gen-go/generator/generator.go
constOrVarSymbolprotoc-gen-go/generator/generator.go

Calls

no outgoing calls

Tested by

no test coverage detected