()
| 194 | }; |
| 195 | |
| 196 | const handleDiscard = () => { |
| 197 | setEditedKeys({}); |
| 198 | setAddedKeys([]); |
| 199 | setNewVarKey(''); |
| 200 | setNewVarValue(''); |
| 201 | setMessage(null); |
| 202 | }; |
| 203 | |
| 204 | const handleAddVariable = () => { |
| 205 | const key = newVarKey.trim(); |
nothing calls this directly
no outgoing calls
no test coverage detected