Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ lua_state
Method
lua_state
include/sol/stack_reference.hpp:194–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
lua_State* lua_state() const noexcept {
195
return luastate;
196
}
197
198
bool valid() const noexcept {
199
return stateless_stack_reference::valid(lua_state());
Callers
2
stack_reference
Method · 0.45
operator==
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected