Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ operator()
Method
operator()
extlibs/sol3/include/sol/sol.hpp:17022–17024 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17020
}
17021
17022
int operator()(lua_State* L) {
17023
return call(L);
17024
}
17025
};
17026
17027
template <typename T, typename Function, bool is_yielding>
Callers
nothing calls this directly
Calls
1
call
Function · 0.85
Tested by
no test coverage detected