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

Method write

src/gui2/imhex_overrides/default_paths.cpp:142–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 std::vector<std::fs::path> DefaultPath::write() const
143 {
144 auto result = this->read();
145
146 std::erase_if(result,
147 [](const auto& entryPath)
148 {
149 return !hex::fs::isPathWritable(entryPath);
150 });
151
152 return result;
153 }
154
155 std::vector<std::fs::path> ConfigPath::all() const
156 {

Callers 3

importIPSPatchFunction · 0.45
importIPS32PatchFunction · 0.45
importModifiedFileFunction · 0.45

Calls 3

readMethod · 0.95
appendPathFunction · 0.85
getDataPathsFunction · 0.85

Tested by

no test coverage detected