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

Function handleSearch

frontend/src/pages/ArtifactLibrary.tsx:64–69  ·  view source on GitHub ↗
(event: React.FormEvent<HTMLFormElement>)

Source from the content-addressed store, hash-verified

62 }, [fetchLibrary]);
63
64 const handleSearch = (event: React.FormEvent<HTMLFormElement>) => {
65 event.preventDefault();
66 void fetchLibrary({
67 search: searchQuery.trim() || undefined,
68 });
69 };
70
71 const handleRefresh = () => {
72 void fetchLibrary({

Callers

nothing calls this directly

Calls 1

fetchLibraryFunction · 0.85

Tested by

no test coverage detected