MCPcopy Create free account
hub / github.com/ThePhD/sol2 / top

Function top

include/sol/stack_core.hpp:803–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801 }
802
803 inline int top(lua_State* L) {
804 return lua_gettop(L);
805 }
806
807 inline bool is_main_thread(lua_State* L) {
808 int ismainthread = lua_pushthread(L);

Callers 1

stack_topMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected