Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
move
Function · 0.85
parse_expr
Method · 0.85
Calls
1
try_move
Method · 0.80
Tested by
no test coverage detected