GetModuleForOpaqueID gets the Module for the OpaqueID, if it exists. Returns nil if there is no Module with the given OpaqueID. However, as long as the OpaqueID came from a Module contained within Modules(), this will always return a non-nil value.
(opaqueID string)
| 56 | // as the OpaqueID came from a Module contained within Modules(), this will always |
| 57 | // return a non-nil value. |
| 58 | GetModuleForOpaqueID(opaqueID string) Module |
| 59 | // GetModuleForBucketID gets the Module for the BucketID, if it exists. |
| 60 | // |
| 61 | // Returns nil if there is no Module with the given BucketID. |
no outgoing calls