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

Function c_trampoline

extlibs/sol3/include/sol/sol.hpp:7475–7477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7473 }
7474
7475 inline int c_trampoline(lua_State* L, lua_CFunction f) noexcept {
7476 return trampoline(L, f);
7477 }
7478#else
7479 template <lua_CFunction f>
7480 int static_trampoline(lua_State* L) {

Callers

nothing calls this directly

Calls 1

trampolineFunction · 0.85

Tested by

no test coverage detected