MCPcopy
hub / github.com/stackryze/FreeDomains / refresh

Function refresh

src/context/dashboard-context.jsx:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32 // Refresh function that can be called manually
33 const refresh = () => {
34 fetchSubdomains();
35 };
36
37 return (
38 <DashboardContext.Provider value={{

Callers 7

handleDeleteFunction · 0.85
handleRenewFunction · 0.85
handleRegisterFunction · 0.85
handleRenewFunction · 0.85
handleDeleteFunction · 0.85
DomainDetailFunction · 0.85

Calls 1

fetchSubdomainsFunction · 0.85

Tested by

no test coverage detected