* Returns true if this dependency can be concatenated * @returns {boolean} true if this dependency can be concatenated
()
| 68 | * @returns {boolean} true if this dependency can be concatenated |
| 69 | */ |
| 70 | canConcatenate() { |
| 71 | return true; |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * Returns an identifier to merge equal requests. |
no outgoing calls
no test coverage detected