(model)
| 128 | .reduce((result, val, index, arry) => { |
| 129 | if (val === this.projectService.version) { |
| 130 | return arry.slice(index + 1).join('-'); |
| 131 | } |
| 132 | return result; |
| 133 | }); |
| 134 | return decodeURIComponent(encodedModule); |
| 135 | } |
| 136 | } |
nothing calls this directly
no outgoing calls
no test coverage detected