* Returns the unique identifier used to reference this module. * @returns {string} a unique identifier of the module
()
| 910 | * @returns {string} a unique identifier of the module |
| 911 | */ |
| 912 | identifier() { |
| 913 | return this._identifier; |
| 914 | } |
| 915 | |
| 916 | /** |
| 917 | * Returns a human-readable identifier for this module. |
no outgoing calls
no test coverage detected