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

Method get

include/covscript/impl/type_ext.hpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172template <typename T>
173cs_impl::operators::result cs_impl::operators::handler<T>::get(void *lhs, void *rhs)
174{
175 return result::from_ptr(lhs);
176}
177
178template <typename T>
179cs_impl::operators::result cs_impl::operators::handler<T>::type_id(void *lhs, void *rhs)

Callers 15

covscript_debuggerFunction · 0.45
covscript_mainFunction · 0.45
import_csymMethod · 0.45
entryMethod · 0.45
resumeFunction · 0.45
yieldFunction · 0.45
resumeFunction · 0.45
yieldFunction · 0.45
call_rrMethod · 0.45
call_vvMethod · 0.45
operator()Method · 0.45
run_implMethod · 0.45

Calls 1

from_ptrFunction · 0.85

Tested by

no test coverage detected