MCPcopy 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_returnFunction · 0.85
detachFunction · 0.85
lang_errorClass · 0.85
extractMethod · 0.80
resizeMethod · 0.80
sizeMethod · 0.80
moveFunction · 0.50
emptyMethod · 0.45
to_stringMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected