MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / exists

Method exists

src/openms/source/SYSTEM/File.cpp:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 bool File::exists(const String& file)
133 {
134 QFileInfo fi(file.toQString());
135 return fi.exists();
136 }
137
138 bool File::empty(const String& file)
139 {

Callers 15

writeOutputFunction · 0.45
main_Method · 0.45
main_Method · 0.45
main_Method · 0.45
main_Method · 0.45
main_Method · 0.45
main_Method · 0.45
updateTOPPASMethod · 0.45
updateINIMethod · 0.45
main_Method · 0.45
main_Method · 0.45

Calls 1

toQStringMethod · 0.45

Tested by 3

main_Method · 0.36
START_SECTIONFunction · 0.36
_testParamFunction · 0.36