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

Method is_stack

extlibs/sol3/include/sol/sol.hpp:14676–14678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14674
14675 template <typename T>
14676 bool is_stack(std::true_type) const {
14677 return stack::check<T>(base_t::lua_state(), base_t::stack_index(), no_panic);
14678 }
14679
14680 template <typename T>
14681 bool is_stack(std::false_type) const {

Callers

nothing calls this directly

Calls 1

push_popFunction · 0.85

Tested by

no test coverage detected