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

Function handleChange

frontend/src/pages/SecretsManager.tsx:139–145  ·  view source on GitHub ↗
(field: keyof FormState)

Source from the content-addressed store, hash-verified

137
138 const handleChange =
139 (field: keyof FormState) =>
140 (event: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement>) => {
141 setFormState((prev) => ({
142 ...prev,
143 [field]: event.target.value,
144 }));
145 };
146
147 const handleEditChange =
148 (field: keyof EditFormState) =>

Callers 1

SecretsManagerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected