(opaqueID string)
| 329 | } |
| 330 | |
| 331 | func (m *moduleSet) GetModuleForOpaqueID(opaqueID string) Module { |
| 332 | return m.opaqueIDToModule[opaqueID] |
| 333 | } |
| 334 | |
| 335 | func (m *moduleSet) GetModuleForBucketID(bucketID string) Module { |
| 336 | return m.bucketIDToModule[bucketID] |
no outgoing calls
no test coverage detected