MCPcopy Create free account
hub / github.com/Alfredredbird/CyberKelp / renderTree

Function renderTree

script.js:341–344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339}
340
341function renderTree() {
342 treeEl.innerHTML = "";
343 renderFolderNode(FOLDER_TREE, treeEl);
344}
345
346// --- Search ---------------------------------------------------
347

Callers 1

initFunction · 0.85

Calls 1

renderFolderNodeFunction · 0.85

Tested by

no test coverage detected