* Returns a human-readable identifier for this module. * @param {RequestShortener} requestShortener the request shortener * @returns {string} a user readable identifier of the module
(requestShortener)
| 919 | * @returns {string} a user readable identifier of the module |
| 920 | */ |
| 921 | readableIdentifier(requestShortener) { |
| 922 | return `${this.rootModule.readableIdentifier(requestShortener)} + ${ |
| 923 | this._modules.size - 1 |
| 924 | } modules`; |
| 925 | } |
| 926 | |
| 927 | /** |
| 928 | * Gets the library identifier. |
no outgoing calls
no test coverage detected