Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlchat/sqlchat
/ handleEditConnection
Function
handleEditConnection
src/components/Sidebar/ConnectionList.tsx:43–49 ·
view source on GitHub ↗
(connection: Connection)
Source
from the content-addressed store, hash-verified
41
};
42
43
const handleEditConnection = (connection: Connection) => {
44
setState({
45
...state,
46
showCreateConnectionModal: true,
47
});
48
setEditConnectionModalContext(connection);
49
};
50
51
return (
52
<>
Callers
1
ConnectionList
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected