| 21 | * FileTree component for rendering folder contents with virtual scrolling |
| 22 | */ |
| 23 | export default class FileTree { |
| 24 | /** |
| 25 | * @param {HTMLElement} container |
| 26 | * @param {FileTreeOptions} options |
nothing calls this directly
no outgoing calls
no test coverage detected