* Reloads all asynchronous validators for this field and its descendants.
()
| 357 | * Reloads all asynchronous validators for this field and its descendants. |
| 358 | */ |
| 359 | reloadValidation(): void { |
| 360 | untracked(() => this._reloadValidation()); |
| 361 | } |
| 362 | |
| 363 | private _reloadValidation(): void { |
| 364 | const keys = this.logicNode.logic.getMetadataKeys(); |
nothing calls this directly
no test coverage detected