Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ clone
Function
clone
sources/covscript.cpp:378–381 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
376
}
377
378
var clone(const var &val)
379
{
380
return copy(val);
381
}
382
383
var move(const var &val)
384
{
Callers
nothing calls this directly
Calls
1
copy
Function · 0.70
Tested by
no test coverage detected