MCPcopy
hub / github.com/agent0ai/agent-zero / closeModal

Function closeModal

plugins/_chat_compaction/webui/compact-store.js:95–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 },
94
95 closeModal() {
96 this.showModal = false;
97 this.stats = null;
98 this.presets = [];
99 this.selectedPresetName = "";
100 this.useChatModel = true;
101 },
102});

Callers 3

deleteMemoryFunction · 0.90
finishFunction · 0.90
skipFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected