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

Method runPlugins

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

Run all the plugins associated with the file.

(file *FileDescriptor)

Source from the content-addressed store, hash-verified

1096
1097// Run all the plugins associated with the file.
1098func (g *Generator) runPlugins(file *FileDescriptor) {
1099 for _, p := range plugins {
1100 p.Generate(file)
1101 }
1102}
1103
1104// Fill the response protocol buffer with the generated output for all the files we're
1105// supposed to generate.

Callers 1

generateMethod · 0.95

Calls 1

GenerateMethod · 0.65

Tested by

no test coverage detected