MCPcopy 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

toXMLStringMethod · 0.80
writeCV_Method · 0.80
writeUserParam_Method · 0.80
writeCVList_Method · 0.80
CVTerm_test.cppFile · 0.80
DataValue_test.cppFile · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected