IsTarget returns true if the Module is a targeted Module. Modules are either targets or non-targets. Modules directly returned from a ModuleProvider will always be marked as targets. Modules created file ModuleSetBuilders may or may not be marked as targets. Files within a targeted Module can be t
()
| 146 | // when path filtering occurs, but no paths given matched any paths in the Module, but |
| 147 | // the Module itself was targeted. |
| 148 | IsTarget() bool |
| 149 | |
| 150 | // IsLocal return true if the Module is a local Module. |
| 151 | // |
no outgoing calls