Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ array>
Method
array>
include/covscript/impl/type_ext.hpp:470–474 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
468
469
template <>
470
void detach<cs::array>(cs::array &val)
471
{
472
for (auto &it : val)
473
cs::copy_no_return(it);
474
}
475
476
template <>
477
void detach<cs::hash_map>(cs::hash_map &val)
Callers
nothing calls this directly
Calls
11
copy_no_return
Function · 0.85
detach
Function · 0.85
lang_error
Class · 0.85
extract
Method · 0.80
resize
Method · 0.80
size
Method · 0.80
move
Function · 0.50
empty
Method · 0.45
to_string
Method · 0.45
end
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected