MCPcopy Create free account
hub / github.com/Tong89/smartNode / invalidateResourceForm

Function invalidateResourceForm

frontend/src/stores/ui.ts:45–47  ·  view source on GitHub ↗

Mark the resource form as needing re-population from backend data.

()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected