(key: string)
| 429 | } |
| 430 | |
| 431 | clearExtraPropValue(key: string): void { |
| 432 | this.getProp(getConvertedExtraKey(key), false)?.unset() |
| 433 | } |
| 434 | |
| 435 | clearPropValue(path: string): void { |
| 436 | this.getProp(path, false)?.unset() |
nothing calls this directly
no test coverage detected