| 207 | ReferenceCountChanger::increase(index).editRepo(); |
| 208 | } |
| 209 | inline void deref(unsigned index) |
| 210 | { |
| 211 | ReferenceCountChanger::decrease(index).editRepo(); |
| 212 | } |
| 213 | } |
| 214 | |
| 215 | ///@param str must be a utf8 encoded string, does not need to be 0-terminated. |
no test coverage detected