MCPcopy 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

readMethod · 0.80

Calls 4

appendPathFunction · 0.85
getConfigPathsFunction · 0.85
getDataPathsFunction · 0.85
getPluginPathsFunction · 0.85

Tested by

no test coverage detected