(key)
| 162 | }; |
| 163 | |
| 164 | const currentValue = (key) => |
| 165 | key in editedKeys ? editedKeys[key] : (config[key] ?? ''); |
| 166 | |
| 167 | const hasChanges = Object.keys(editedKeys).length > 0; |
| 168 |
nothing calls this directly
no outgoing calls
no test coverage detected