Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ lvalue
Function
lvalue
sources/covscript.cpp:200–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
var lvalue(const var &val)
201
{
202
if (val.is_rvalue())
203
val.mark_trivial();
204
return val;
205
}
206
207
var rvalue(const var &val)
208
{
Callers
2
opt_expr
Method · 0.85
parse_fcall
Method · 0.85
Calls
2
is_rvalue
Method · 0.80
mark_trivial
Method · 0.80
Tested by
no test coverage detected