MCPcopy 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_exprMethod · 0.85
parse_fcallMethod · 0.85

Calls 2

is_rvalueMethod · 0.80
mark_trivialMethod · 0.80

Tested by

no test coverage detected