Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ try_move
Function
try_move
sources/covscript.cpp:213–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
var try_move(const var &val)
214
{
215
val.try_move();
216
return val;
217
}
218
219
var make_namespace(const namespace_t &ns)
220
{
Callers
1
operator()
Method · 0.85
Calls
1
try_move
Method · 0.80
Tested by
no test coverage detected