MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / isRootPath

Function isRootPath

src/OpenLoco/src/Ui/Windows/PromptBrowseWindow.cpp:631–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers 2

drawScrollFunction · 0.85
upOneLevelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected