MCPcopy Create free account
hub / github.com/HKUDS/Paper2Slides / toggleMenu

Function toggleMenu

frontend/src/components/ConversationList.jsx:74–77  ·  view source on GitHub ↗
(e, convId)

Source from the content-addressed store, hash-verified

72 }
73
74 const toggleMenu = (e, convId) => {
75 e.stopPropagation()
76 setShowMenuId(showMenuId === convId ? null : convId)
77 }
78
79 // Group conversations by date
80 const groupByDate = (convs) => {

Callers 1

renderGroupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected