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

Method read

src/gui2/imhex_overrides/default_paths.cpp:129–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 {
128
129 std::vector<std::fs::path> DefaultPath::read() const
130 {
131 auto result = this->all();
132
133 std::erase_if(result,
134 [](const auto& entryPath)
135 {
136 return !wolv::io::fs::isDirectory(entryPath);
137 });
138
139 return result;
140 }
141
142 std::vector<std::fs::path> DefaultPath::write() const
143 {

Callers 7

writeMethod · 0.95
createWelcomeScreenFunction · 0.45
importModifiedFileFunction · 0.45
exportBase64Function · 0.45
exportSelectionToFileFunction · 0.45
exportIPSPatchFunction · 0.45
exportIPS32PatchFunction · 0.45

Calls 1

allMethod · 0.80

Tested by

no test coverage detected