WithTargetOpaqueIDs returns a new ModuleSet that changes the targeted Modules to the Modules with the specified OpaqueIDs.
(opaqueIDs ...string)
| 68 | // WithTargetOpaqueIDs returns a new ModuleSet that changes the targeted Modules to |
| 69 | // the Modules with the specified OpaqueIDs. |
| 70 | WithTargetOpaqueIDs(opaqueIDs ...string) (ModuleSet, error) |
| 71 | |
| 72 | // getModuleForFilePath gets the Module for the File path of a File within the ModuleSet. |
| 73 | // |
no outgoing calls