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

Function toggleDocs

ui/node-react/client/src/components/FeedbackPage.js:50–52  ·  view source on GitHub ↗
(idx)

Source from the content-addressed store, hash-verified

48 }
49
50 const toggleDocs = (idx) => {
51 setExpandedDocs((prev) => ({ ...prev, [idx]: !prev[idx] }));
52 };
53
54 return (
55 <div className="feedback-page">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected