MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / c_call_raw

Function c_call_raw

extlibs/sol3/include/sol/sol.hpp:16945–16947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16943
16944 template <typename F, F fx>
16945 inline int c_call_raw(std::true_type, lua_State* L) {
16946 return fx(L);
16947 }
16948
16949 template <typename F, F fx>
16950 inline int c_call_raw(std::false_type, lua_State* L) {

Callers

nothing calls this directly

Calls 1

trampolineFunction · 0.85

Tested by

no test coverage detected