MCPcopy
hub / github.com/graphif/project-graph / refresh

Function refresh

app/src/components/welcome-page.tsx:105–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 };
104
105 async function refresh() {
106 setIsLoading(true);
107 await RecentFileManager.sortTimeRecentFiles();
108 setRecentFiles(await RecentFileManager.getRecentFiles());
109 setIsLoading(false);
110 }
111
112 return (
113 <div className="flex h-full w-full items-center justify-center">

Callers 2

WelcomePageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected