MCPcopy Create free account
hub / github.com/SensAI-PT/RAGMeUp / handleChange

Function handleChange

ui/node-react/client/src/components/ConfigPage.js:160–162  ·  view source on GitHub ↗
(key, value)

Source from the content-addressed store, hash-verified

158 }, [load]);
159
160 const handleChange = (key, value) => {
161 setEditedKeys((prev) => ({ ...prev, [key]: value }));
162 };
163
164 const currentValue = (key) =>
165 key in editedKeys ? editedKeys[key] : (config[key] ?? '');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected