| 247 | _has_bits_[0] |= 0x00000001u; |
| 248 | } |
| 249 | inline void Node::clear_has_role() { |
| 250 | _has_bits_[0] &= ~0x00000001u; |
| 251 | } |
| 252 | inline void Node::clear_role() { |
| 253 | role_ = 0; |
| 254 | clear_has_role(); |
nothing calls this directly
no outgoing calls
no test coverage detected