Init is called once after data structures are built but before code generation begins.
(g *Generator)
| 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) |
no outgoing calls
no test coverage detected