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

Function toggleSection

ui/node-react/client/src/components/ConfigPage.js:219–221  ·  view source on GitHub ↗
(title)

Source from the content-addressed store, hash-verified

217 };
218
219 const toggleSection = (title) => {
220 setExpandedSections((prev) => ({ ...prev, [title]: !prev[title] }));
221 };
222
223 // Collect keys that don't appear in any section (including newly added ones)
224 const categorizedKeys = new Set(CONFIG_SECTIONS.flatMap((s) => s.keys));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected