* Marks this specific field as pristine.
()
| 307 | * Marks this specific field as pristine. |
| 308 | */ |
| 309 | markAsPristine(): void { |
| 310 | this.nodeState.markAsPristine(); |
| 311 | } |
| 312 | |
| 313 | /** |
| 314 | * Marks this specific field as untouched. |
no outgoing calls
no test coverage detected