MCPcopy 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

paintGLMethod · 0.45
FilterListMethod · 0.45
setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected