Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ is_check
Function
is_check
extlibs/sol3/include/sol/sol.hpp:10540–10542 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10538
10539
template <typename T>
10540
int is_check(lua_State* L) {
10541
return stack::push(L, stack::check<T>(L, 1, &no_panic));
10542
}
10543
10544
template <typename T>
10545
int member_default_to_string(std::true_type, lua_State* L) {
Callers
nothing calls this directly
Calls
1
push
Function · 0.85
Tested by
no test coverage detected