MCPcopy Create free account
hub / github.com/ShipSecAI/studio / handleRefresh

Function handleRefresh

frontend/src/pages/ArtifactLibrary.tsx:71–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 };
70
71 const handleRefresh = () => {
72 void fetchLibrary({
73 search: searchQuery.trim() || undefined,
74 });
75 };
76
77 return (
78 <div className="flex-1 bg-background">

Callers

nothing calls this directly

Calls 1

fetchLibraryFunction · 0.85

Tested by

no test coverage detected