(entity: any)
| 349 | out.hidden = true; |
| 350 | continue; |
| 351 | } |
| 352 | if (lower === "media" || lower === "m") { |
| 353 | out.media = true; |
| 354 | continue; |
| 355 | } |
| 356 | if (lower === "crop") { |
| 357 | out.crop = true; |
| 358 | continue; |
| 359 | } |
| 360 | if (lower === "rate" || lower === "rating") { |
| 361 | out.rate = true; |
no outgoing calls
no test coverage detected