| 15 | } |
| 16 | |
| 17 | bool NodeInfoEntry::getFlag(NodeFlag flag) const |
| 18 | { |
| 19 | return m_bitset[static_cast<int>(flag)]; |
| 20 | } |
| 21 | |
| 22 | void NodeInfoEntry::setNumericFlag(NumFlagLoc loc, int value) |
| 23 | { |
nothing calls this directly
no outgoing calls
no test coverage detected