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

Function currentValue

ui/node-react/client/src/components/ConfigPage.js:164–165  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

162 };
163
164 const currentValue = (key) =>
165 key in editedKeys ? editedKeys[key] : (config[key] ?? '');
166
167 const hasChanges = Object.keys(editedKeys).length > 0;
168

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected