MCPcopy Create free account
hub / github.com/bytebase/bytebase / handleClickTab

Function handleClickTab

frontend/src/react/components/sql-editor/GutterBar.tsx:40–42  ·  view source on GitHub ↗
(target: AsidePanelTab)

Source from the content-addressed store, hash-verified

38 : { name: WORKSPACE_ROUTE_LANDING };
39
40 const handleClickTab = (target: AsidePanelTab) => {
41 setAsidePanelTab(target);
42 };
43
44 return (
45 <div className="h-full flex flex-col items-stretch justify-between overflow-hidden text-sm p-1">

Callers 1

GutterBarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected