Modules returns the Modules in the ModuleSet. This will consist of both targets and non-targets. All dependencies of all Modules will be in this list, that is this list is self-contained. All Modules will have unique Digests and CommitIDs. These will be sorted by OpaqueID.
()
| 45 | // |
| 46 | // These will be sorted by OpaqueID. |
| 47 | Modules() []Module |
| 48 | |
| 49 | // GetModuleForFullName gets the Module for the FullName, if it exists. |
| 50 | // |
no outgoing calls