MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / close

Function close

src/components/SchemaDrawer.tsx:49–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }, []);
48
49 const close = () => props.close();
50 return (
51 <Drawer open={true} anchor="right" className="w-full" onClose={close}>
52 <div className="dark:text-gray-300 w-screen sm:w-[calc(75vw)] max-w-full flex flex-col p-4">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected