Description returns a human-readable description of the Module. This can be manually set by a constructor of a Module. In practice, the only current way to specifically set this string is by calling LocalModuleWithDescription when constructing a ModuleSet. This is used to construct descriptive err
()
| 106 | // This will never be empty. If a description was not explicitly set, this falls back to |
| 107 | // OpaqueID. |
| 108 | Description() string |
| 109 | |
| 110 | // Digest returns the Module digest for the given DigestType. |
| 111 | // |
no outgoing calls
no test coverage detected