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

Function clearAll

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

Source from the content-addressed store, hash-verified

652 }
653
654 function clearAll() {
655 clearSearch();
656 clearSelection();
657 hidePanel();
658 if (currentRunIdx >= 0) applyRun(currentRunIdx);
659 updateStatus();
660 }
661
662 // ── Selection + detail panel ──────────────────────────────────────
663 function clearSelection() {

Callers 1

wireZoomFunction · 0.85

Calls 5

clearSearchFunction · 0.85
clearSelectionFunction · 0.85
hidePanelFunction · 0.85
applyRunFunction · 0.85
updateStatusFunction · 0.85

Tested by

no test coverage detected