Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ isActive
Method
isActive
src/openms/source/DATASTRUCTURES/ChargePair.cpp:163–166 ·
view source on GitHub ↗
is this pair realized?
Source
from the content-addressed store, hash-verified
161
162
/// is this pair realized?
163
bool ChargePair::isActive() const
164
{
165
return is_active_;
166
}
167
168
void ChargePair::setActive(const bool active)
169
{
Callers
6
changeLayerFilterState
Method · 0.45
paintGL
Method · 0.45
FilterList
Method · 0.45
set
Method · 0.45
ChargePair_test.cpp
File · 0.45
DataFilters_test.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected