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

Function rvalue

sources/covscript.cpp:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 }
206
207 var rvalue(const var &val)
208 {
209 val.try_move();
210 return val;
211 }
212
213 var try_move(const var &val)
214 {

Callers 2

moveFunction · 0.85
parse_exprMethod · 0.85

Calls 1

try_moveMethod · 0.80

Tested by

no test coverage detected