MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / appendPath

Function appendPath

src/gui2/imhex_overrides/default_paths.cpp:102–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 static std::vector<std::fs::path> appendPath(
103 std::vector<std::fs::path> paths, std::fs::path folder)
104 {
105 folder.make_preferred();
106
107 for (auto& path : paths)
108 path = path / folder;
109
110 return paths;
111 }
112
113 static std::vector<std::fs::path> getPluginPaths()
114 {

Callers 2

allMethod · 0.85
writeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected