Mark the resource form as needing re-population from backend data.
()
| 43 | |
| 44 | /** Mark the resource form as needing re-population from backend data. */ |
| 45 | function invalidateResourceForm(): void { |
| 46 | resourceFormReady.value = false; |
| 47 | } |
| 48 | |
| 49 | /** Mark the resource form as populated (no re-sync needed until next reset). */ |
| 50 | function markResourceFormReady(): void { |
nothing calls this directly
no outgoing calls
no test coverage detected