()
| 269 | } |
| 270 | |
| 271 | function getSanitizer(): Sanitizer | null { |
| 272 | const lView = getLView(); |
| 273 | return lView && lView[ENVIRONMENT].sanitizer; |
| 274 | } |
| 275 | |
| 276 | /** |
| 277 | * Set of attributes that are sensitive and should be sanitized. |
no test coverage detected
searching dependent graphs…