Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ setFixedModification
Method
setFixedModification
src/openms/source/CHEMISTRY/ModificationDefinition.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void ModificationDefinition::setFixedModification(bool fixed_mod)
73
{
74
fixed_modification_ = fixed_mod;
75
}
76
77
bool ModificationDefinition::isFixedModification() const
78
{
Callers
3
startElement
Method · 0.80
ModificationDefinition_test.cpp
File · 0.80
ModificationDefinitionsSet_test.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected