MCPcopy Create free account
hub / github.com/covscript/covscript / is_rvalue

Method is_rvalue

include/covscript/core/variable.hpp:1033–1036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1031 }
1032
1033 bool is_rvalue() const
1034 {
1035 return this->mDat != nullptr && this->mDat->protect_level < 0;
1036 }
1037
1038 bool is_trivial() const
1039 {

Callers 4

copy_no_returnFunction · 0.80
copyFunction · 0.80
lvalueFunction · 0.80
detach_argsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected