* Returns the unique identifier used to reference this module. * @returns {string} a unique identifier of the module
()
| 68 | * @returns {string} a unique identifier of the module |
| 69 | */ |
| 70 | identifier() { |
| 71 | return `dll ${this.name}`; |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * Returns a human-readable identifier for this module. |
no outgoing calls
no test coverage detected