| 629 | } |
| 630 | |
| 631 | static bool isRootPath(const fs::path& entry) |
| 632 | { |
| 633 | return (entry == entry.root_path()); |
| 634 | } |
| 635 | |
| 636 | // 0x00446314 |
| 637 | static void drawScroll(Ui::Window& window, Gfx::DrawingContext& drawingCtx, [[maybe_unused]] const uint32_t scrollIndex) |
no outgoing calls
no test coverage detected