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

Method fcall

include/covscript/impl/type_ext.hpp:391–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389
390template <typename T>
391cs_impl::operators::result cs_impl::operators::handler<T>::fcall(void *lhs, void *rhs)
392{
393 any result = cs::operators::fcall(*static_cast<const T *>(lhs), *static_cast<cs::vector *>(rhs));
394 any::proxy *pxy = nullptr;
395 std::swap(result.mDat, pxy);
396 return result::from_ptr(pxy);
397}
398
399namespace cs_impl {
400 enum class file_type {

Callers 2

parse_fcallMethod · 0.45
structure>Method · 0.45

Calls 3

fcallFunction · 0.85
from_ptrFunction · 0.85
swapFunction · 0.50

Tested by

no test coverage detected