Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
openReferencesTab
Function · 0.45
index.js
File · 0.45
createFolderElement
Method · 0.45
toggle
Method · 0.45
clear
Method · 0.45
destroyChildTrees
Method · 0.45
removeEntry
Method · 0.45
Calls
2
clear
Method · 0.95
remove
Method · 0.45
Tested by
no test coverage detected