Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
std::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_path
Function · 0.85
Tested by
no test coverage detected