Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ isNull
Method
isNull
src/openms/source/FORMAT/MzTab.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
MzTabModification::MzTabModification() = default;
32
33
bool MzTabModification::isNull() const
34
{
35
return pos_param_pairs_.empty() && mod_identifier_.isNull();
36
}
37
38
void MzTabModification::setNull(bool b)
39
{
Callers
15
setEditorData
Method · 0.45
setLogMode
Method · 0.45
setEditorData
Method · 0.45
store
Method · 0.45
store
Method · 0.45
store
Method · 0.45
generateMzTabMetaDataSection_
Method · 0.45
store
Method · 0.45
generateMzTabMMetaDataSection_
Method · 0.45
handleQueryAppliedProcessingStep_
Method · 0.45
loadProcessingSteps_
Method · 0.45
loadObservations_
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
1
START_SECTION
Function · 0.36