(filename string)
| 1251 | } |
| 1252 | |
| 1253 | func (g *Generator) fileByName(filename string) *FileDescriptor { |
| 1254 | return g.allFilesByName[filename] |
| 1255 | } |
| 1256 | |
| 1257 | // weak returns whether the ith import of the current file is a weak import. |
| 1258 | func (g *Generator) weak(i int32) bool { |
no outgoing calls
no test coverage detected