MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / isRef

Function isRef

include/daScript/simulate/debug_info.h:367–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers 3

isSameTypeMethod · 0.85
canWriteMethod · 0.85
isRefOrPointerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected