MCPcopy Index your code
hub / github.com/sqlchat/sqlchat / handleSSLValueChange

Function handleSSLValueChange

src/components/CreateConnectionModal.tsx:168–175  ·  view source on GitHub ↗
(event: ChangeEvent<HTMLTextAreaElement>)

Source from the content-addressed store, hash-verified

166 };
167
168 const handleSSLValueChange = (event: ChangeEvent<HTMLTextAreaElement>) => {
169 setPartialConnection({
170 ssl: {
171 ...connection.ssl,
172 [selectedSSLField]: event.target.value,
173 },
174 });
175 };
176
177 const handleUpsertConnection = async () => {
178 if (isRequesting) {

Callers

nothing calls this directly

Calls 1

setPartialConnectionFunction · 0.85

Tested by

no test coverage detected