MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / destroy

Method destroy

src/components/fileTree/index.js:315–318  ·  view source on GitHub ↗

* Destroy the file tree and cleanup

()

Source from the content-addressed store, hash-verified

313 * Destroy the file tree and cleanup
314 */
315 destroy() {
316 this.clear();
317 this.container.classList.remove("file-tree");
318 }
319
320 /**
321 * Find an entry element by URL

Callers 7

openReferencesTabFunction · 0.45
index.jsFile · 0.45
createFolderElementMethod · 0.45
toggleMethod · 0.45
clearMethod · 0.45
destroyChildTreesMethod · 0.45
removeEntryMethod · 0.45

Calls 2

clearMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected