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

Function move

sources/covscript.cpp:383–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381 }
382
383 var move(const var &val)
384 {
385 return rvalue(val);
386 }
387
388 void swap(var &a, var &b)
389 {

Callers 15

splitFunction · 0.70
forkMethod · 0.70
parse_cmd_argsFunction · 0.70
function_invokerMethod · 0.50
raii_collectorMethod · 0.50
exceptionMethod · 0.50
lang_errorMethod · 0.50
popMethod · 0.50
basic_string_borrowerMethod · 0.50
extractMethod · 0.50
event_typeMethod · 0.50
add_listenerMethod · 0.50

Calls 1

rvalueFunction · 0.85

Tested by

no test coverage detected