MCPcopy Create free account
hub / github.com/covscript/covscript / pair>

Method pair>

include/covscript/impl/type_ext.hpp:456–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454// Detach
455 template <>
456 void detach<cs::pair>(cs::pair &val)
457 {
458 cs::copy_no_return(val.first);
459 cs::copy_no_return(val.second);
460 }
461
462 template <>
463 void detach<cs::list>(cs::list &val)

Callers

nothing calls this directly

Calls 3

copy_no_returnFunction · 0.85
extractMethod · 0.80
to_stringMethod · 0.45

Tested by

no test coverage detected