| 58 | } |
| 59 | _ALWAYS_INLINE_ bool is_valid() const { return _id != 0; } |
| 60 | _ALWAYS_INLINE_ bool is_null() const { return _id == 0; } |
| 61 | |
| 62 | _ALWAYS_INLINE_ uint32_t get_local_index() const { return _id & 0xFFFFFFFF; } |
| 63 |
no outgoing calls
no test coverage detected