IsTargetFile returns true if the File is targeted. Files are either targets or imports. If Module.IsTarget() is false, this will always be false. If specific Files were not targeted but Module.IsTarget() is true, all Files in the Module will have IsTargetFile() set to true.
()
| 43 | // If specific Files were not targeted but Module.IsTarget() is true, all Files in |
| 44 | // the Module will have IsTargetFile() set to true. |
| 45 | IsTargetFile() bool |
| 46 | |
| 47 | // ProtoFileImports returns the file's declared .proto imports, if any. |
| 48 | // |
no outgoing calls