MCPcopy
hub / github.com/topoteretes/cognee / clearSelection

Function clearSelection

cognee/modules/visualization/views/memory_map.js:663–666  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

661
662 // ── Selection + detail panel ──────────────────────────────────────
663 function clearSelection() {
664 selection = null;
665 document.querySelectorAll('#memory-svg .is-selected').forEach(function (el) { el.classList.remove('is-selected'); });
666 }
667
668 function select(kind, id, el) {
669 clearSelection();

Callers 4

clearAllFunction · 0.85
selectFunction · 0.85
showPanelFunction · 0.85
openGroupPanelFunction · 0.85

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected