BucketID is an unstructured ID that represents the Bucket that this Module was constructed with via ModuleSetProvider. A BucketID will be unique within a given ModuleSet. A BucketID's structure should not be relied upon, and is not a globally-unique identifier. It's uniqueness property only applie
()
| 72 | // |
| 73 | // May be empty if a Module was not constructed with a Bucket via a ModuleSetProvider. |
| 74 | BucketID() string |
| 75 | // FullName returns the full name of the Module. |
| 76 | // |
| 77 | // May be nil. Callers should not rely on this value being present. |
no outgoing calls
no test coverage detected