Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ hasUnit
Method
hasUnit
src/openms/source/METADATA/CVTerm.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
bool CVTerm::hasUnit() const
92
{
93
return !unit_.accession.empty();
94
}
95
96
bool CVTerm::hasValue() const
97
{
Callers
6
toXMLString
Method · 0.80
writeCV_
Method · 0.80
writeUserParam_
Method · 0.80
writeCVList_
Method · 0.80
CVTerm_test.cpp
File · 0.80
DataValue_test.cpp
File · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected