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

Method Init

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

Init is called once after data structures are built but before code generation begins.

(g *Generator)

Source from the content-addressed store, hash-verified

60 // Init is called once after data structures are built but before
61 // code generation begins.
62 Init(g *Generator)
63 // Generate produces the code generated by the plugin for this file,
64 // except for the imports, by calling the generator's methods P, In, and Out.
65 Generate(file *FileDescriptor)

Callers 4

InitMethod · 0.65
newPropertiesFunction · 0.65
GenerateAllFilesMethod · 0.65
tokenizeFunction · 0.65

Implementers 1

grpcprotoc-gen-go/grpc/grpc.go

Calls

no outgoing calls

Tested by

no test coverage detected