Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ empty
Method
empty
src/openms/source/SYSTEM/File.cpp:138–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
bool File::empty(const String& file)
139
{
140
QFileInfo fi(file.toQString());
141
return !fi.exists() || fi.size() == 0;
142
}
143
144
bool File::executable(const String& file)
145
{
Callers
10
run
Method · 0.45
canRun
Method · 0.45
find
Method · 0.45
fileList
Method · 0.45
getTempDirectory
Method · 0.45
getUserDirectory
Method · 0.45
getTemporaryFile
Method · 0.45
download
Method · 0.45
findR
Method · 0.45
canRun
Method · 0.45
Calls
3
toQString
Method · 0.45
exists
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected