Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ all
Method
all
src/gui2/imhex_overrides/default_paths.cpp:155–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
std::vector<std::fs::path> ConfigPath::all() const
156
{
157
return appendPath(getConfigPaths(false), m_postfix);
158
}
159
160
std::vector<std::fs::path> DataPath::all() const
161
{
Callers
1
read
Method · 0.80
Calls
4
appendPath
Function · 0.85
getConfigPaths
Function · 0.85
getDataPaths
Function · 0.85
getPluginPaths
Function · 0.85
Tested by
no test coverage detected