MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / normalizePath

Method normalizePath

src/app/recent_files.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104std::string RecentFiles::normalizePath(std::string fn)
105{
106 return base::normalize_path(fn);
107}
108
109} // namespace app

Callers

nothing calls this directly

Calls 1

normalize_pathFunction · 0.85

Tested by

no test coverage detected