MCPcopy Create free account
hub / github.com/covscript/covscript / detach

Method detach

include/covscript/impl/type_ext.hpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208
209template <typename T>
210cs_impl::operators::result cs_impl::operators::handler<T>::detach(void *lhs, void *rhs)
211{
212 cs_impl::detach<T>(*static_cast<T *>(lhs));
213 return result();
214}
215
216template <typename T>
217cs_impl::operators::result cs_impl::operators::handler<T>::ext_ns(void *lhs, void *rhs)

Callers 4

copy_no_returnFunction · 0.45
copyFunction · 0.45
to_listFunction · 0.45
detach_argsMethod · 0.45

Calls 1

resultFunction · 0.85

Tested by

no test coverage detected