Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ stat
Class
stat
src/openms/source/FORMAT/HANDLERS/MzIdentMLDOMHandler.cpp:137–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
{
136
// Test to see if the file is ok.
137
struct stat fileStatus;
138
139
errno = 0;
140
if (stat(mzid_file.c_str(), &fileStatus) == -1) // ==0 ok; ==-1 error
Callers
1
readMzIdentMLFile
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected