Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_return
Function · 0.80
copy
Function · 0.80
lvalue
Function · 0.80
detach_args
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected