| 365 | hash = _hash; |
| 366 | } |
| 367 | __forceinline bool isRef() const { return flags & flag_ref; } |
| 368 | __forceinline bool isRefType() const { return flags & flag_refType; } |
| 369 | __forceinline bool isRefValue() const { return flags & flag_refValue; } |
| 370 | __forceinline bool canCopy() const { return flags & flag_canCopy; } |
no outgoing calls
no test coverage detected